AIsumit123 commited on
Commit
212d0ca
·
verified ·
1 Parent(s): 7187d6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -16,5 +16,8 @@ EXPOSE 7860
16
  # Ensure Streamlit runs in headless mode and picks your config
17
  ENV STREAMLIT_SERVER_HEADLESS=true
18
 
 
 
 
19
  # Run Streamlit
20
  CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
16
  # Ensure Streamlit runs in headless mode and picks your config
17
  ENV STREAMLIT_SERVER_HEADLESS=true
18
 
19
+ ENV STREAMLIT_CONFIG_DIR=/app/.streamlit
20
+
21
+
22
  # Run Streamlit
23
  CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]