Update dockerfile
This commit is contained in:
@@ -21,6 +21,13 @@ ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
RUN pip install --user --no-cache-dir -r requirements.txt
|
||||
RUN pip install --user --no-cache-dir -r lightrag/api/requirements.txt
|
||||
|
||||
# Install depndencies for default storage
|
||||
RUN pip install --user --no-cache-dir nano-vectordb networkx
|
||||
# Install depndencies for default LLM
|
||||
RUN pip install --user --no-cache-dir openai ollama tiktoken
|
||||
# Install depndencies for default document loader
|
||||
RUN pip install --user --no-cache-dir pypdf2 python-docx python-pptx openpyxl
|
||||
|
||||
# Final stage
|
||||
FROM python:3.11-slim
|
||||
|
||||
|
Reference in New Issue
Block a user