vinayakdnrdd commited on
Commit
e271a79
·
verified ·
1 Parent(s): d794404

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -5,5 +5,5 @@ COPY . .
5
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
- EXPOSE 8501
9
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
 
5
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
+ EXPOSE 7860
9
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]