Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ COPY --from=rag_source /app /app/rag_service/app
|
|
| 17 |
# Install all dependencies at once
|
| 18 |
RUN pip install --upgrade pip
|
| 19 |
RUN pip install --no-cache-dir \
|
| 20 |
-
fastapi uvicorn requests pinecone-client sentence-transformers flask supervisor jinja2 python-multipart python-dotenv markdown markdown2 langsmith aiohttp fastapi uvicorn[standard] python-multipart jinja2 markdown python-dotenv aiohttp cachetools numpy pymongo redis pinecone[grpc] pinecone-text protobuf langchain langchain-core langchain-community langchain-huggingface langchain-text-splitters langsmith pypdf pymupdf transformers langchain_nvidia_ai_endpoints
|
| 21 |
|
| 22 |
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
| 23 |
|
|
|
|
| 17 |
# Install all dependencies at once
|
| 18 |
RUN pip install --upgrade pip
|
| 19 |
RUN pip install --no-cache-dir \
|
| 20 |
+
fastapi uvicorn requests pinecone-client sentence-transformers flask supervisor jinja2 python-multipart python-dotenv markdown markdown2 langsmith aiohttp fastapi uvicorn[standard] python-multipart jinja2 markdown python-dotenv aiohttp cachetools numpy pymongo redis pinecone[grpc] pinecone-text protobuf langchain langchain-core langchain-community langchain-huggingface langchain-text-splitters langsmith pypdf pymupdf transformers langchain_nvidia_ai_endpoints unstructured unstructured[all-docs] unstructured[md]
|
| 21 |
|
| 22 |
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
| 23 |
|