fix: update Docker file for graphrag (#477) #none
This commit is contained in:
committed by
GitHub
parent
42a5cbd21e
commit
6a81c77dd8
@@ -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 \
|
||||
|
Reference in New Issue
Block a user