nexu02 commited on
Commit
eb2dde0
·
verified ·
1 Parent(s): fe6bdcc

onnxruntime-gpu deps

Browse files
Files changed (1) hide show
  1. chute_config.yml +1 -5
chute_config.yml CHANGED
@@ -2,15 +2,11 @@ Image:
2
  from_base: parachutes/python:3.12
3
  run_command:
4
  - pip install --upgrade setuptools wheel
5
- - pip install 'ultralytics>=8.4' 'torch>=2.4' 'torchvision' 'opencv-python-headless' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'numpy>=1.23'
6
- set_workdir: /app
7
 
8
  NodeSelector:
9
  gpu_count: 1
10
  min_vram_gb_per_gpu: 16
11
- max_hourly_price_per_gpu: 2
12
- include:
13
- - pro_6000
14
 
15
  Chute:
16
  timeout_seconds: 900
 
2
  from_base: parachutes/python:3.12
3
  run_command:
4
  - pip install --upgrade setuptools wheel
5
+ - pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'opencv-python>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9'
 
6
 
7
  NodeSelector:
8
  gpu_count: 1
9
  min_vram_gb_per_gpu: 16
 
 
 
10
 
11
  Chute:
12
  timeout_seconds: 900