Spaces:
Runtime error
Runtime error
Commit
·
253e3aa
1
Parent(s):
c23c044
Enable Streamlit logging for Hugging Face Spaces
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ EXPOSE 7860
|
|
18 |
|
19 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health || exit 1
|
20 |
|
21 |
-
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.headless=true"]
|
|
|
18 |
|
19 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health || exit 1
|
20 |
|
21 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.headless=true", "--logger.level=info"]
|