Spaces:
Runtime error
Runtime error
update docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
COPY . /app
|
| 9 |
|
| 10 |
# Set environment variables
|
| 11 |
-
ENV
|
| 12 |
|
| 13 |
# Install any needed packages specified in requirements.txt
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 8 |
COPY . /app
|
| 9 |
|
| 10 |
# Set environment variables
|
| 11 |
+
ENV HF_HOME=/app/cache
|
| 12 |
|
| 13 |
# Install any needed packages specified in requirements.txt
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|