asvravi commited on
Commit
0e0c5ad
·
verified ·
1 Parent(s): 8f49949

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,7 +12,8 @@ COPY . .
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # Use environment variable PORT for Hugging Face Spaces
15
- ENV PORT 8501
 
16
 
17
  # Define the command to run the Streamlit app on port 8501 and make it accessible externally
18
  #CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
 
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # Use environment variable PORT for Hugging Face Spaces
15
+ #ENV PORT 8501
16
+ ENV PORT 7860
17
 
18
  # Define the command to run the Streamlit app on port 8501 and make it accessible externally
19
  #CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]