Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -31,6 +31,8 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 31 |
|
| 32 |
# 👇 Run NLTK downloads only after nltk is installed
|
| 33 |
RUN python -m nltk.downloader -d /app/nltk_data punkt averaged_perceptron_tagger wordnet stopwords
|
|
|
|
|
|
|
| 34 |
|
| 35 |
# Expose port
|
| 36 |
EXPOSE 8501
|
|
|
|
| 31 |
|
| 32 |
# 👇 Run NLTK downloads only after nltk is installed
|
| 33 |
RUN python -m nltk.downloader -d /app/nltk_data punkt averaged_perceptron_tagger wordnet stopwords
|
| 34 |
+
RUN python -m nltk.downloader -d /app/nltk_data punkt punkt_tab averaged_perceptron_tagger wordnet stopwords
|
| 35 |
+
|
| 36 |
|
| 37 |
# Expose port
|
| 38 |
EXPOSE 8501
|