Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
# Use the official Python 3.10.9 image
|
| 2 |
FROM python:3.10.9
|
| 3 |
|
| 4 |
-
ENV
|
| 5 |
-
PORT=8000 \
|
| 6 |
-
HF_HOME=/home/user/app/hf_cache
|
| 7 |
|
| 8 |
# Copy the current directory contents into the container at .
|
| 9 |
COPY . .
|
|
|
|
| 1 |
# Use the official Python 3.10.9 image
|
| 2 |
FROM python:3.10.9
|
| 3 |
|
| 4 |
+
ENV HF_HOME=/home/user/app/hf_cache
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# Copy the current directory contents into the container at .
|
| 7 |
COPY . .
|