Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
|
|
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"]
|