WebashalarForML commited on
Commit
7fd5e8e
·
verified ·
1 Parent(s): 73884d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -28,6 +28,9 @@ ENV MPLCONFIGDIR=/app/.cache/matplotlib
28
  # Adding permission for the cache
29
  RUN chmod -R 777 /app/.cache
30
 
 
 
 
31
  # Set the working directory
32
  WORKDIR /app
33
 
 
28
  # Adding permission for the cache
29
  RUN chmod -R 777 /app/.cache
30
 
31
+ # Give write permissions to the /app directory
32
+ RUN chmod -R 777 /app
33
+
34
  # Set the working directory
35
  WORKDIR /app
36