myyim commited on
Commit
613d9d0
·
verified ·
1 Parent(s): 2af84a6

Update Dockerfile_mlx

Browse files
Files changed (1) hide show
  1. 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/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0","--server.enableXsrfProtection=false"]
 
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"]