Skip to content

Commit 3374419

Browse files
committed
feat: update docker build
1 parent f8e24a0 commit 3374419

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ RUN --mount=type=ssh \
8585
ENV USE_LIGHTRAG=true
8686
RUN --mount=type=ssh \
8787
--mount=type=cache,target=/root/.cache/pip \
88-
pip install git+https://github.com/HKUDS/LightRAG.git
89-
# A quickfix for compatibility issue of hsnwlib
90-
RUN --mount=type=ssh \
91-
--mount=type=cache,target=/root/.cache/pip \
92-
pip uninstall -y hnswlib chroma-hnswlib && pip install chroma-hnswlib
88+
pip install aioboto3 nano-vectordb ollama xxhash lightrag-hku
9389

9490
# Clean up
9591
RUN apt-get autoremove \

0 commit comments

Comments
 (0)