Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
# Create a writable cache directory
|
11 |
-
RUN mkdir -p /app/hf_cache/
|
12 |
ENV HF_HOME=/app/hf_cache
|
13 |
|
14 |
# Set working directory and copy files
|
|
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
# Create a writable cache directory
|
11 |
+
RUN mkdir -p /app/hf_cache && chmod -R 777 /app/hf_cache
|
12 |
ENV HF_HOME=/app/hf_cache
|
13 |
|
14 |
# Set working directory and copy files
|