viraja1 commited on
Commit
bea66ae
·
verified ·
1 Parent(s): 1c35eec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY . .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  # HuggingFace Spaces uses the environment variable $PORT
9
- ENV PORT=7860
10
 
11
  # Expose the HuggingFace port
12
  EXPOSE $PORT
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  # HuggingFace Spaces uses the environment variable $PORT
9
+ ENV PORT=8000
10
 
11
  # Expose the HuggingFace port
12
  EXPOSE $PORT