codeBOKER commited on
Commit
b41ea0e
·
1 Parent(s): 16119ed

Update port

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  # Set environment variables for Hugging Face Spaces (can be overridden for local development)
8
  ENV PYTHONDONTWRITEBYTECODE=1 \
9
  PYTHONUNBUFFERED=1 \
10
- PORT=8000 \
11
  HF_HOME=/app/cache \
12
  TRANSFORMERS_CACHE=/app/cache
13
 
 
7
  # Set environment variables for Hugging Face Spaces (can be overridden for local development)
8
  ENV PYTHONDONTWRITEBYTECODE=1 \
9
  PYTHONUNBUFFERED=1 \
10
+ PORT=7860 \
11
  HF_HOME=/app/cache \
12
  TRANSFORMERS_CACHE=/app/cache
13