Skip to content

Commit e804571

Browse files
committed
fix: update docling in Docker build
1 parent b9003fc commit e804571

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ RUN --mount=type=ssh \
8787
--mount=type=cache,target=/root/.cache/pip \
8888
pip install aioboto3 nano-vectordb ollama xxhash "lightrag-hku<=0.0.8"
8989

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+
9095
# Clean up
9196
RUN apt-get autoremove \
9297
&& apt-get clean \

0 commit comments

Comments
 (0)