Rauhan commited on
Commit
fd759f4
·
1 Parent(s): c7f01fb

DEBUG: WEB CRAWLER

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN mkdir -p /app/nltk_data && chmod -R 777 /app/nltk_data
16
 
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
- RUN python -m nltk.downloader punkt
20
 
21
  EXPOSE 7860
22
 
 
16
 
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
+ RUN python -m nltk.downloader -d /app/nltk_data all
20
 
21
  EXPOSE 7860
22