Update config.yml
Browse files- config.yml +28 -26
config.yml
CHANGED
|
@@ -1,26 +1,28 @@
|
|
| 1 |
-
Image:
|
| 2 |
-
from_base: parachutes/python:3.12
|
| 3 |
-
run_command:
|
| 4 |
-
- pip install --upgrade setuptools wheel
|
| 5 |
-
- pip install "torch==2.7.1" "torchvision==0.22.1"
|
| 6 |
-
- pip install "ultralytics==8.3.222" "opencv-python-headless" "numpy" "pydantic"
|
| 7 |
-
- pip install scikit-learn
|
| 8 |
-
- pip install onnxruntime-gpu
|
| 9 |
-
- pip install requests
|
| 10 |
-
set_workdir: /app
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
-
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
Image:
|
| 2 |
+
from_base: parachutes/python:3.12
|
| 3 |
+
run_command:
|
| 4 |
+
- pip install --upgrade setuptools wheel
|
| 5 |
+
- pip install "torch==2.7.1" "torchvision==0.22.1"
|
| 6 |
+
- pip install "ultralytics==8.3.222" "opencv-python-headless" "numpy" "pydantic"
|
| 7 |
+
- pip install scikit-learn
|
| 8 |
+
- pip install onnxruntime-gpu
|
| 9 |
+
- pip install requests
|
| 10 |
+
set_workdir: /app
|
| 11 |
+
readme: readme
|
| 12 |
+
|
| 13 |
+
NodeSelector:
|
| 14 |
+
gpu_count: 1
|
| 15 |
+
min_vram_gb_per_gpu: 24
|
| 16 |
+
exclude:
|
| 17 |
+
- "5090"
|
| 18 |
+
- b200
|
| 19 |
+
- h200
|
| 20 |
+
- mi300x
|
| 21 |
+
|
| 22 |
+
Chute:
|
| 23 |
+
timeout_seconds: 900
|
| 24 |
+
concurrency: 4
|
| 25 |
+
max_instances: 5
|
| 26 |
+
scaling_threshold: 0.5
|
| 27 |
+
shutdown_after_seconds: 3600
|
| 28 |
+
readme: readme
|