Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -6,8 +6,8 @@ RUN useradd -u 1000 user
|
|
6 |
ENV PATH="/home/user/.local/bin:$PATH"
|
7 |
|
8 |
# Set a writable cache directory for Hugging Face Transformers
|
9 |
-
ENV TRANSFORMERS_CACHE
|
10 |
-
ENV HF_HOME
|
11 |
|
12 |
# Set the working directory inside the container
|
13 |
WORKDIR /app
|
|
|
6 |
ENV PATH="/home/user/.local/bin:$PATH"
|
7 |
|
8 |
# Set a writable cache directory for Hugging Face Transformers
|
9 |
+
ENV TRANSFORMERS_CACHE=/app/.cache
|
10 |
+
ENV HF_HOME=/app/.cache # Compatible with future Transformers versions
|
11 |
|
12 |
# Set the working directory inside the container
|
13 |
WORKDIR /app
|