v2.1: onnxruntime-gpu[cuda,cudnn] fix
Browse files- chute_config.yml +1 -1
chute_config.yml
CHANGED
|
@@ -2,7 +2,7 @@ Image:
|
|
| 2 |
from_base: parachutes/python:3.12
|
| 3 |
run_command:
|
| 4 |
- pip install --upgrade setuptools wheel
|
| 5 |
-
- pip install huggingface_hub==0.19.4 ultralytics==8.2.40 'torch<2.6' opencv-python-headless onnxruntime-gpu=
|
| 6 |
set_workdir: /app
|
| 7 |
|
| 8 |
NodeSelector:
|
|
|
|
| 2 |
from_base: parachutes/python:3.12
|
| 3 |
run_command:
|
| 4 |
- pip install --upgrade setuptools wheel
|
| 5 |
+
- pip install huggingface_hub==0.19.4 ultralytics==8.2.40 'torch<2.6' opencv-python-headless 'onnxruntime-gpu[cuda,cudnn]>=1.16'
|
| 6 |
set_workdir: /app
|
| 7 |
|
| 8 |
NodeSelector:
|