fix: update Dockerfile (#718) #none

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin) 2025-03-31 13:57:40 +07:00 committed by GitHub
parent 8f87ddfb31
commit 86b3ee8b29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,10 @@ RUN --mount=type=ssh \
--mount=type=cache,target=/root/.cache/pip \
pip install "docling<=2.5.2"
# Download NLTK data from LlamaIndex
RUN python -c "from llama_index.core.readers.base import BaseReader"
# Clean up
RUN apt-get autoremove \
&& apt-get clean \

View File

@ -57,6 +57,7 @@ dependencies = [
"trogon>=0.5.0,<0.6",
"umap-learn==0.5.5",
"tavily-python>=0.4.0",
"pydantic<=2.10.6",
]
readme = "README.md"
authors = [