kapllan commited on
Commit
6e1d10c
·
verified ·
1 Parent(s): bd2ecc9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -26,6 +26,9 @@ RUN mkdir -p /app/logs && chmod -R 777 /app/logs
26
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
27
  ENV TRANSFORMERS_CACHE=/app/cache
28
 
 
 
 
29
  # Set the working directory in the container
30
  WORKDIR /app
31
 
 
26
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
27
  ENV TRANSFORMERS_CACHE=/app/cache
28
 
29
+ RUN chmod -R 777 /app/models
30
+ RUN chmod -R 777 /app/data
31
+
32
  # Set the working directory in the container
33
  WORKDIR /app
34