Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 12 |
RUN mkdir -p /app/cache && chmod 777 /app/cache
|
| 13 |
|
| 14 |
# Set environment variable for Hugging Face cache
|
| 15 |
-
ENV
|
| 16 |
|
| 17 |
# Copy the application code
|
| 18 |
COPY main.py .
|
|
|
|
| 12 |
RUN mkdir -p /app/cache && chmod 777 /app/cache
|
| 13 |
|
| 14 |
# Set environment variable for Hugging Face cache
|
| 15 |
+
ENV HF_HOME=/app/cache
|
| 16 |
|
| 17 |
# Copy the application code
|
| 18 |
COPY main.py .
|