Spaces:
Sleeping
Sleeping
Update port
Browse files- 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=
|
| 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 |
|