Spaces:
Runtime error
Runtime error
AkshayaKeerthi
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
9 |
|
10 |
# Set the cache directory and pre-download the model
|
11 |
RUN mkdir -p /app/.cache/huggingface
|
12 |
-
ENV
|
13 |
|
14 |
COPY . .
|
15 |
|
|
|
9 |
|
10 |
# Set the cache directory and pre-download the model
|
11 |
RUN mkdir -p /app/.cache/huggingface
|
12 |
+
ENV HF_HOME=/app/.cache/huggingface
|
13 |
|
14 |
COPY . .
|
15 |
|