| # Specialized chute config for manak0/Detect-fire | |
| # Keep image layers lean — package snapshot hard-capped at 30 MB. | |
| Image: | |
| from_base: parachutes/python:3.12 | |
| run_command: | |
| - pip install --upgrade setuptools wheel | |
| - pip install pydantic opencv-python-headless numpy | |
| set_workdir: /app | |
| NodeSelector: | |
| # Chutes NodeSelector enforces gpu_count >= 1 and min_vram_gb_per_gpu >= 16. | |
| # Platform TEE integrated subnet chutes require include=['pro_6000']. | |
| gpu_count: 1 | |
| min_vram_gb_per_gpu: 16 | |
| include: | |
| - pro_6000 | |
| exclude: | |
| - "5090" | |
| - b200 | |
| - h200 | |
| - h20 | |
| - mi300x | |
| Chute: | |
| # Prefer warm presence for FAIL_LATENCY Conformity; tweak in wet path. | |
| # Platform requires TEE chutes as of 2026-05-12. | |
| tee: true | |
| shutdown_after_seconds: 600 | |
| concurrency: 2 | |
| max_instances: 2 | |
| scaling_threshold: 0.5 | |