File size: 834 Bytes
319ec0a 76b4ba6 fc455a7 76b4ba6 fc455a7 76b4ba6 319ec0a de4b1c2 319ec0a 76b4ba6 319ec0a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | # 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
|