Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,6 +34,6 @@ EXPOSE 8501
|
|
34 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
|
35 |
|
36 |
# Start the Streamlit app
|
37 |
-
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=
|
38 |
|
39 |
|
|
|
34 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
|
35 |
|
36 |
# Start the Streamlit app
|
37 |
+
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=5000", "--server.address=0.0.0.0"]
|
38 |
|
39 |
|