SankethHonavar commited on
Commit
253e3aa
·
1 Parent(s): c23c044

Enable Streamlit logging for Hugging Face Spaces

Browse files
Files changed (1) hide show
  1. 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"]