Skip to content

Commit e850e8c

Browse files
author
Richard Kuo (Onyx)
committed
fix nltk punkt
1 parent 2282f6a commit e850e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Tokenizer.from_pretrained('nomic-ai/nomic-embed-text-v1')"
8585
# Pre-downloading NLTK for setups with limited egress
8686
RUN python -c "import nltk; \
8787
nltk.download('stopwords', quiet=True); \
88-
nltk.download('punkt', quiet=True);"
88+
nltk.download('punkt_tab', quiet=True);"
8989
# nltk.download('wordnet', quiet=True); introduce this back if lemmatization is needed
9090

9191
# Set up application files

0 commit comments

Comments
 (0)