Ichiro1007 commited on
Commit
c10dac7
·
verified ·
1 Parent(s): 9566ebc

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +3 -1
chute_config.yml CHANGED
@@ -6,10 +6,12 @@ Image:
6
  - pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'opencv-python-headless>=4.7' 'pillow>=9.5' 'pydantic>=2.0'
7
  set_workdir: /app
8
 
9
- # Retry deployment attempt
10
  NodeSelector:
11
  gpu_count: 1
12
  min_vram_gb_per_gpu: 16
 
 
13
 
14
  Chute:
15
  shutdown_after_seconds: 300
 
6
  - pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'opencv-python-headless>=4.7' 'pillow>=9.5' 'pydantic>=2.0'
7
  set_workdir: /app
8
 
9
+ # TEE requirement added for subnet integration - 2026-04-30 13:59 UTC
10
  NodeSelector:
11
  gpu_count: 1
12
  min_vram_gb_per_gpu: 16
13
+ include:
14
+ - pro_6000
15
 
16
  Chute:
17
  shutdown_after_seconds: 300