| # 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 | |