Update docker files

This commit is contained in:
yangdx
2025-05-13 21:22:00 +08:00
parent 55e28f45e4
commit cb4ae4f62a
2 changed files with 6 additions and 27 deletions

View File

@@ -31,7 +31,7 @@ COPY --from=builder /root/.local /root/.local
COPY ./lightrag ./lightrag
COPY setup.py .
RUN pip install .
RUN pip install ".[api]"
# Make sure scripts in .local are usable
ENV PATH=/root/.local/bin:$PATH