Erythrocyte3803 commited on
Commit
c96886d
·
1 Parent(s): 232a7d0
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,4 +12,5 @@ RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  COPY . /app/
14
  RUN chmod -R 777 /app/*
 
15
  CMD ["python", "app.py"]
 
12
 
13
  COPY . /app/
14
  RUN chmod -R 777 /app/*
15
+ RUN chmod -R 777 /nltk_data
16
  CMD ["python", "app.py"]