We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9003fc commit e804571Copy full SHA for e804571
Dockerfile
@@ -87,6 +87,11 @@ RUN --mount=type=ssh \
87
--mount=type=cache,target=/root/.cache/pip \
88
pip install aioboto3 nano-vectordb ollama xxhash "lightrag-hku<=0.0.8"
89
90
+ENV USE_LIGHTRAG=true
91
+RUN --mount=type=ssh \
92
+ --mount=type=cache,target=/root/.cache/pip \
93
+ pip install "docling<=2.5.2"
94
+
95
# Clean up
96
RUN apt-get autoremove \
97
&& apt-get clean \
0 commit comments