Spaces:
Sleeping
Sleeping
DEBUG: WEB CRAWLER
Browse files- 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
|
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 |
|