TokenTutor commited on
Commit
03140b6
·
verified ·
1 Parent(s): 9ef4a35

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,5 +11,5 @@ COPY . .
11
  RUN pip3 install --no-cache -r requirements.txt
12
 
13
  # Define the command to run the Streamlit app on port 8502 and make it accessible externally
14
- CMD ["streamlit", "run", "app.py", "--server.port=8502", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
15
 
 
11
  RUN pip3 install --no-cache -r requirements.txt
12
 
13
  # Define the command to run the Streamlit app on port 8502 and make it accessible externally
14
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
15