Spaces:
Running
on
T4
Running
on
T4
github-actions[bot]
commited on
Commit
·
031214b
1
Parent(s):
42e161b
Sync with https://github.com/mozilla-ai/document-to-podcast
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ RUN pip3 install document-to-podcast
|
|
23 |
COPY --chown=user . $HOME/app
|
24 |
|
25 |
EXPOSE 8501
|
26 |
-
ENTRYPOINT ["
|
|
|
23 |
COPY --chown=user . $HOME/app
|
24 |
|
25 |
EXPOSE 8501
|
26 |
+
ENTRYPOINT ["streamlit", "run", "app.py"]
|