fix: update Dockerfile (#718) #none
This commit is contained in:
parent
8f87ddfb31
commit
86b3ee8b29
|
@ -92,6 +92,10 @@ RUN --mount=type=ssh \
|
||||||
--mount=type=cache,target=/root/.cache/pip \
|
--mount=type=cache,target=/root/.cache/pip \
|
||||||
pip install "docling<=2.5.2"
|
pip install "docling<=2.5.2"
|
||||||
|
|
||||||
|
|
||||||
|
# Download NLTK data from LlamaIndex
|
||||||
|
RUN python -c "from llama_index.core.readers.base import BaseReader"
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
RUN apt-get autoremove \
|
RUN apt-get autoremove \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|
|
@ -57,6 +57,7 @@ dependencies = [
|
||||||
"trogon>=0.5.0,<0.6",
|
"trogon>=0.5.0,<0.6",
|
||||||
"umap-learn==0.5.5",
|
"umap-learn==0.5.5",
|
||||||
"tavily-python>=0.4.0",
|
"tavily-python>=0.4.0",
|
||||||
|
"pydantic<=2.10.6",
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user