AdarshRL commited on
Commit
62d052d
·
verified ·
1 Parent(s): 255197b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ COPY --chown=user . $HOME/app
30
  EXPOSE 7860
31
 
32
  # Define the command to run the Streamlit app on port "7860" and make it accessible externally
33
- CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false", "--gatherUsageStats=false"]
 
30
  EXPOSE 7860
31
 
32
  # Define the command to run the Streamlit app on port "7860" and make it accessible externally
33
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false", "--browser.gatherUsageStats=false"]