Insurance-RAG / render.yaml
DeltaVenom's picture
Deploy to Hugging Face Spaces with Docker config
4a916a6
services:
- type: web
name: brochure-rag
env: python
buildCommand: pip install -r requirements.txt
startCommand: gunicorn app:app --workers 1 --threads 2 --timeout 120
envVars:
- key: PYTHON_VERSION
value: 3.10.0
- key: PORT
value: 10000
- key: MKL_NUM_THREADS
value: "1"
- key: OMP_NUM_THREADS
value: "1"
- key: TRANSFORMERS_OFFLINE
value: "1"