Spaces:
Runtime error
Runtime error
update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 17 |
RUN mkdir -p /app/nltk_data /app/.cache/huggingface /app/.huggingface_cache
|
| 18 |
|
| 19 |
# Download NLTK data (punkt)
|
| 20 |
-
RUN python -m nltk.downloader -d /app/nltk_data punkt
|
| 21 |
|
| 22 |
# Set environment variables
|
| 23 |
ENV NLTK_DATA=/app/nltk_data
|
|
|
|
| 17 |
RUN mkdir -p /app/nltk_data /app/.cache/huggingface /app/.huggingface_cache
|
| 18 |
|
| 19 |
# Download NLTK data (punkt)
|
| 20 |
+
RUN python -m nltk.downloader -d /app/nltk_data punkt wordnet
|
| 21 |
|
| 22 |
# Set environment variables
|
| 23 |
ENV NLTK_DATA=/app/nltk_data
|