fix: update Docker file for graphrag (#477) #none

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-11-08 17:00:51 +07:00
committed by GitHub
parent 42a5cbd21e
commit 6a81c77dd8
4 changed files with 24 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ RUN --mount=type=ssh \
RUN --mount=type=ssh \
--mount=type=cache,target=/root/.cache/pip \
if [ "$TARGETARCH" = "amd64" ]; then pip install graphrag future; fi
if [ "$TARGETARCH" = "amd64" ]; then pip install "graphrag<=0.3.6" future; fi
# Clean up
RUN apt-get autoremove \