OussamaElfila21 commited on
Commit
d232f13
·
verified ·
1 Parent(s): 6af86f9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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