Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y \
|
|
14 |
&& rm -rf /var/lib/apt/lists/*
|
15 |
|
16 |
# Create cache directories with proper permissions
|
17 |
-
RUN mkdir -p /app_cache/huggingface \
|
18 |
-
mkdir -p /app_cache/matplotlib \
|
19 |
chmod -R 777 /app_cache
|
20 |
|
21 |
# Set environment variables to use custom cache locations
|
|
|
14 |
&& rm -rf /var/lib/apt/lists/*
|
15 |
|
16 |
# Create cache directories with proper permissions
|
17 |
+
RUN mkdir -p /app_cache/huggingface && \
|
18 |
+
mkdir -p /app_cache/matplotlib && \
|
19 |
chmod -R 777 /app_cache
|
20 |
|
21 |
# Set environment variables to use custom cache locations
|