Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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=
|
| 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
|