tarto2 commited on
Commit
aa6e8e1
·
verified ·
1 Parent(s): 1f272f8

Update config.yml

Browse files
Files changed (1) hide show
  1. 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
- NodeSelector:
13
- gpu_count: 1
14
- min_vram_gb_per_gpu: 24
15
- exclude:
16
- - "5090"
17
- - b200
18
- - h200
19
- - mi300x
20
-
21
- Chute:
22
- timeout_seconds: 900
23
- concurrency: 4
24
- max_instances: 5
25
- scaling_threshold: 0.5
26
- shutdown_after_seconds: 3600
 
 
 
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