LLMOps-RAG_solution-HS_spaces / docker-compose.yml
LeonardoMdSA's picture
another push
a2f233f
raw
history blame contribute delete
289 Bytes
services:
rag-app:
build:
context: .
dockerfile: localhost/Dockerfile
container_name: rag-app
ports:
- "8000:8000"
environment:
PYTHONPATH: /app
volumes:
- ./faiss_index:/app/faiss_index
- ./models:/app/models