WebashalarForML commited on
Commit
096bcc7
·
verified ·
1 Parent(s): 3a99b13

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ 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
 
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