Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
8440dc8
1
Parent(s):
9522879
update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,4 +33,4 @@ RUN pip install torch==1.13.0+cpu torchvision==0.14.0+cpu torchaudio==0.13.0 --e
|
|
33 |
|
34 |
# CMD exec gunicorn --bind 0.0.0.0:$PORT --workers 1 --threads 8 --timeout 0 app:app
|
35 |
|
36 |
-
CMD ["streamlit
|
|
|
33 |
|
34 |
# CMD exec gunicorn --bind 0.0.0.0:$PORT --workers 1 --threads 8 --timeout 0 app:app
|
35 |
|
36 |
+
CMD ["streamlit run streamlit_app.py", "--server.port","7860"]
|