File size: 560 Bytes
9566ebc 3a59dc4 56b0c5f 3a59dc4 c10dac7 3a59dc4 1dc2387 c10dac7 3a59dc4 c78b42f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Registered on subnet 44 - UID 2 - 2026-04-30 13:23 UTC
Image:
from_base: parachutes/python:3.12
run_command:
- pip install --upgrade setuptools wheel
- pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'opencv-python-headless>=4.7' 'pillow>=9.5' 'pydantic>=2.0'
set_workdir: /app
# TEE requirement added for subnet integration - 2026-04-30 13:59 UTC
NodeSelector:
gpu_count: 1
min_vram_gb_per_gpu: 16
include:
- pro_6000
Chute:
shutdown_after_seconds: 300
concurrency: 8
max_instances: 10
scaling_threshold: 0.5
tee: true
|