scorevision: push artifact
Browse files- chute_config.yml +19 -0
chute_config.yml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Specialized chute config for manak0/Detect-fire
|
| 2 |
+
# Keep image layers lean — package snapshot hard-capped at 30 MB.
|
| 3 |
+
Image:
|
| 4 |
+
from_base: parachutes/python:3.12
|
| 5 |
+
run_command:
|
| 6 |
+
- pip install --upgrade setuptools wheel
|
| 7 |
+
- pip install pydantic opencv-python-headless numpy
|
| 8 |
+
set_workdir: /app
|
| 9 |
+
|
| 10 |
+
NodeSelector:
|
| 11 |
+
gpu_count: 0
|
| 12 |
+
min_vram_gb_per_gpu: 0
|
| 13 |
+
|
| 14 |
+
Chute:
|
| 15 |
+
# Prefer warm presence for FAIL_LATENCY Conformity; tweak in wet path.
|
| 16 |
+
shutdown_after_seconds: 600
|
| 17 |
+
concurrency: 2
|
| 18 |
+
max_instances: 3
|
| 19 |
+
scaling_threshold: 0.5
|