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
This commit is contained in:
parent
db2737d309
commit
664df8ec10
|
@ -85,7 +85,11 @@ RUN --mount=type=ssh \
|
||||||
ENV USE_LIGHTRAG=true
|
ENV USE_LIGHTRAG=true
|
||||||
RUN --mount=type=ssh \
|
RUN --mount=type=ssh \
|
||||||
--mount=type=cache,target=/root/.cache/pip \
|
--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
|
# Clean up
|
||||||
RUN apt-get autoremove \
|
RUN apt-get autoremove \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user