srivari-seva / render.yaml
madhav2454's picture
Upload folder using huggingface_hub
9801c69 verified
Raw
History Blame Contribute Delete
886 Bytes
# ═══════════════════════════════════════════════════════════════
# 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"