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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -28,6 +28,7 @@ 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
 
28
 
29
  RUN chmod -R 777 /app/models
30
  RUN chmod -R 777 /app/data
31
+ RUN chmod -R 777 /nltk_data
32
 
33
  # Set the working directory in the container
34
  WORKDIR /app