Spaces:
Running
Running
File size: 577 Bytes
1a63864 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
services:
- type: web
name: visionextract-crm
runtime: python
buildCommand: pip install -r requirements.txt && python download_nltk.py
startCommand: gunicorn app:app --bind=0.0.0.0:$PORT --config gunicorn.conf.py
healthCheckPath: /health
envVars:
- key: CHROMA_TENANT
sync: false
- key: CHROMA_DATABASE
sync: false
- key: CHROMA_API_KEY
sync: false
- key: OPENROUTER_API_KEY
sync: false
- key: SESSION_SECRET
generateValue: true
- key: PYTHON_VERSION
value: "3.11.0"
|