claustrophobic commited on
Commit
3a13e2f
·
verified ·
1 Parent(s): aed82de

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +26 -0
chute_config.yml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Image:
2
+ from_base: parachutes/python:3.12
3
+ run_command:
4
+ - pip install --upgrade setuptools wheel
5
+ - pip install --index-url https://download.pytorch.org/whl/cu128 torch torchvision
6
+ - pip install "ultralytics==8.3.222" "opencv-python-headless" "numpy" "pydantic" "Pillow"
7
+ - pip install scikit-learn
8
+ - pip install onnxruntime-gpu
9
+ set_workdir: /app
10
+ readme: "Image for chutes"
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: 96000