Spaces:
Sleeping
Sleeping
Upload 6 files
Browse files- 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
|