Spaces:
Runtime error
Runtime error
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Render Blueprint β ΰ°Άΰ±ΰ°°ΰ±ΰ°΅ΰ°Ύΰ°°ΰ°Ώ ΰ°Έΰ±ΰ°΅ (Tirumala Darshan) | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| services: | |
| - type: web | |
| name: srivari-seva | |
| runtime: python | |
| region: oregon | |
| plan: free | |
| buildCommand: "./build.sh" | |
| startCommand: "python deploy.py --port $PORT --threads 4" | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: "3.11.11" | |
| - key: NODE_VERSION | |
| value: "20" | |
| - key: RENDER | |
| value: "1" | |
| - key: TOKENIZERS_PARALLELISM | |
| value: "false" | |