Skip to content

Commit

Permalink
fix: update Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft committed Nov 18, 2024
1 parent 7f5040c commit b9003fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ 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"

# Clean up
RUN apt-get autoremove \
Expand Down

0 comments on commit b9003fc

Please sign in to comment.