Spaces:
Runtime error
Runtime error
Update Dockerfile_mlx
Browse files- Dockerfile_mlx +1 -1
Dockerfile_mlx
CHANGED
|
@@ -23,4 +23,4 @@ EXPOSE 8501
|
|
| 23 |
|
| 24 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 25 |
|
| 26 |
-
ENTRYPOINT ["streamlit", "run", "src/
|
|
|
|
| 23 |
|
| 24 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 25 |
|
| 26 |
+
ENTRYPOINT ["streamlit", "run", "src/streamlit_app_mlx.py", "--server.port=8501", "--server.address=0.0.0.0","--server.enableXsrfProtection=false"]
|