scorevision: push artifact
Browse files- chute_config.yml +1 -0
chute_config.yml
CHANGED
|
@@ -3,6 +3,7 @@ Image:
|
|
| 3 |
run_command:
|
| 4 |
- pip install --upgrade setuptools wheel
|
| 5 |
- pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'opencv-python-headless>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9' 'ensemble-boxes>=1.0'
|
|
|
|
| 6 |
|
| 7 |
NodeSelector:
|
| 8 |
gpu_count: 1
|
|
|
|
| 3 |
run_command:
|
| 4 |
- pip install --upgrade setuptools wheel
|
| 5 |
- pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'opencv-python-headless>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9' 'ensemble-boxes>=1.0'
|
| 6 |
+
- python3 -c " import os, nvidia.cudnn, nvidia.cublas; cudnn=os.path.join(os.path.dirname(nvidia.cudnn.__file__),'lib'); cublas=os.path.join(os.path.dirname(nvidia.cublas.__file__),'lib'); open('/etc/ld.so.conf.d/nvidia-ort.conf','w').write(cudnn+chr(10)+cublas+chr(10)) " && ldconfig
|
| 7 |
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|