Spaces:
Sleeping
Sleeping
use pose_evaluation/analysis/streamlit_metric_builder.py in dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ EXPOSE 8501
|
|
| 23 |
|
| 24 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 25 |
|
| 26 |
-
ENTRYPOINT ["streamlit", "run", "pose-evaluation/pose_evaluation/analysis/
|
|
|
|
| 23 |
|
| 24 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 25 |
|
| 26 |
+
ENTRYPOINT ["streamlit", "run", "pose-evaluation/pose_evaluation/analysis/streamlit_metric_builder.py", "--server.port=8501", "--server.address=0.0.0.0"]
|