Skip to content

Commit

Permalink
feat: update Docker build with Docling (#501) #none
Browse files Browse the repository at this point in the history
* feat: refine UI and add go to chat btn

* fix: update Docker file

* fix: update docling in Docker build

* fix: minor update
  • Loading branch information
taprosoft authored Nov 18, 2024
1 parent db2737d commit 664df8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ RUN --mount=type=ssh \
ENV USE_LIGHTRAG=true
RUN --mount=type=ssh \
--mount=type=cache,target=/root/.cache/pip \
pip install aioboto3 nano-vectordb ollama xxhash lightrag-hku
pip install aioboto3 nano-vectordb ollama xxhash "lightrag-hku<=0.0.8"

RUN --mount=type=ssh \
--mount=type=cache,target=/root/.cache/pip \
pip install "docling<=2.5.2"

# Clean up
RUN apt-get autoremove \
Expand Down

0 comments on commit 664df8e

Please sign in to comment.