adityasharma0511 commited on
Commit
e70230b
·
verified ·
1 Parent(s): 5f735b6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,6 +14,6 @@ RUN pip3 install -r requirements.txt
14
  ENV STREAMLIT_BROWSER_GATHERUSAGESTATS=false
15
 
16
  # Define the command to run the Streamlit app on port 8501 and make it accessible externally
17
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
18
 
19
  # NOTE: Disable XSRF protection for easier external access in order to make batch predictions
 
14
  ENV STREAMLIT_BROWSER_GATHERUSAGESTATS=false
15
 
16
  # Define the command to run the Streamlit app on port 8501 and make it accessible externally
17
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
18
 
19
  # NOTE: Disable XSRF protection for easier external access in order to make batch predictions