GodRad commited on
Commit
e23d7d5
·
verified ·
1 Parent(s): 67fd2bc

Upload 6 files

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY requirements.txt .
15
  RUN pip install --no-cache-dir fastapi uvicorn pydantic-settings python-multipart pypdf python-docx
16
 
17
  # 2. Install ML/RAG dependencies (Large)
18
- RUN pip install --no-cache-dir langchain langchain-community langchain-huggingface chromadb huggingface-hub
19
 
20
  # 3. Install Torch and Transformers (Very Large)
21
  RUN pip install --no-cache-dir torch transformers accelerate bitsandbytes
 
15
  RUN pip install --no-cache-dir fastapi uvicorn pydantic-settings python-multipart pypdf python-docx
16
 
17
  # 2. Install ML/RAG dependencies (Large)
18
+ RUN pip install --no-cache-dir langchain langchain-community langchain-huggingface langchain-text-splitters sentence-transformers chromadb huggingface-hub
19
 
20
  # 3. Install Torch and Transformers (Very Large)
21
  RUN pip install --no-cache-dir torch transformers accelerate bitsandbytes