mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-06-26 23:19:56 +00:00
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 \
|
||||
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 \
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user