diff --git a/Dockerfile b/Dockerfile index 207ffe9b7..0ea07124a 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 \