Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ COPY . .
|
|
10 |
RUN pip install -r requirements.txt
|
11 |
|
12 |
# Create and set the cache directory for Hugging Face
|
13 |
-
ENV
|
14 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
15 |
|
16 |
# Expose the port
|
|
|
10 |
RUN pip install -r requirements.txt
|
11 |
|
12 |
# Create and set the cache directory for Hugging Face
|
13 |
+
ENV HF_HOME=/app/cache
|
14 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
15 |
|
16 |
# Expose the port
|