File size: 536 Bytes
ede3cc8
 
 
4196e8c
 
 
ede3cc8
 
01a958c
4196e8c
bb6786c
4196e8c
bb6786c
 
 
4196e8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Image:
  from_base: parachutes/python:3.12
  run_command:
    - pip install --upgrade setuptools wheel
    - pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'nvidia-cudnn-cu12>=9.0' 'nvidia-cublas-cu12>=12.8' 'nvidia-cuda-runtime-cu12>=12.8' 'opencv-python>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9' 'torch>=2.8'

NodeSelector:
  gpu_count: 1
  min_vram_gb_per_gpu: 16

Chute:
  timeout_seconds: 300
  concurrency: 4
  max_instances: 5
  scaling_threshold: 0.5
  shutdown_after: 288000