Compare commits

...

1 Commits

Author SHA1 Message Date
Chris Weaver
72a3e0dd7f fix: airgapped (#6067) 2025-11-05 09:09:36 -08:00

View File

@@ -90,6 +90,10 @@ nltk.download('stopwords', quiet=True); \
nltk.download('punkt_tab', quiet=True);"
# nltk.download('wordnet', quiet=True); introduce this back if lemmatization is needed
# Pre-downloading tiktoken for setups with limited egress
RUN python -c "import tiktoken; \
tiktoken.get_encoding('cl100k_base')"
# Set up application files
WORKDIR /app