WebashalarForML commited on
Commit
64bc443
·
verified ·
1 Parent(s): 096bcc7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -10,8 +10,10 @@ ENV TRANSFORMERS_CACHE=/app/.cache/huggingface
10
  ENV HF_HOME=/app/.cache/huggingface
11
  ENV MPLCONFIGDIR=/app/.cache/matplotlib
12
 
 
 
13
  # Adding permission for the cache
14
- #RUN chmod -R 777 /app/.cache
15
 
16
  # Give write permissions to the /app directory
17
  RUN chmod -R 777 /app
 
10
  ENV HF_HOME=/app/.cache/huggingface
11
  ENV MPLCONFIGDIR=/app/.cache/matplotlib
12
 
13
+ RUN mkdir -p /app/.cache
14
+
15
  # Adding permission for the cache
16
+ RUN chmod -R 777 /app/.cache
17
 
18
  # Give write permissions to the /app directory
19
  RUN chmod -R 777 /app