prd101-wd commited on
Commit
58aa69f
·
verified ·
1 Parent(s): d16366b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -23,6 +23,6 @@ RUN pip3 install -r requirements.txt
23
 
24
  EXPOSE 7860
25
 
26
- #HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
27
 
28
- ENTRYPOINT ["streamlit", "run", "src/model_consumer.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
23
 
24
  EXPOSE 7860
25
 
26
+ # HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
27
 
28
+ CMD ["streamlit", "run", "src/model_consumer.py", "--server.port=7860", "--server.address=0.0.0.0"]