From 664df8ec10cea7939327a6acd54f90b100bfa42d Mon Sep 17 00:00:00 2001 From: "Tuan Anh Nguyen Dang (Tadashi_Cin)" Date: Mon, 18 Nov 2024 20:38:26 +0700 Subject: [PATCH] feat: update Docker build with Docling (#501) #none * feat: refine UI and add go to chat btn * fix: update Docker file * fix: update docling in Docker build * fix: minor update --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 207ffe9b..0ea07124 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \