cdleong commited on
Commit
d4a2af8
·
verified ·
1 Parent(s): 875d9ef

update entrypoint to explore metric stats

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ EXPOSE 8501
21
 
22
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
23
 
24
- ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
21
 
22
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
23
 
24
+ ENTRYPOINT ["streamlit", "run", "pose_evaluation/pose_evaluation/analysis/explore_metric_stats.py", "--server.port=8501", "--server.address=0.0.0.0"]