Verimed-AI / render.yaml
Arnavdarange's picture
Optimize memory footprint for Render Free Tier
62431ce
Raw
History Blame Contribute Delete
522 Bytes
services:
- type: web
name: verimed-ai
env: python
plan: free
buildCommand: "pip install --no-cache-dir -r requirements.txt && python ingest.py"
startCommand: "gunicorn app:app --bind 0.0.0.0:$PORT --workers 1 --threads 2 --timeout 120"
envVars:
- key: PYTHON_VERSION
value: 3.11.9
- key: OMP_NUM_THREADS
value: "1"
- key: MKL_NUM_THREADS
value: "1"
- key: FLASK_SECRET_KEY
generateValue: true
- key: GROQ_API_KEY
sync: false