File size: 419 Bytes
0dd89fc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Image:
from_base: parachutes/python:3.12
run_command:
- pip install --upgrade setuptools wheel
- pip install ultralytics==8.3.222 torch==2.9.0 opencv-python-headless numpy pydantic
set_workdir: /app
NodeSelector:
gpu_count: 1
min_vram_gb_per_gpu: 16
exclude:
- "5090"
- b200
- h200
- mi300x
Chute:
timeout_seconds: 300
concurrency: 4
max_instances: 5
scaling_threshold: 0.5 |