- ---
- services:
- nvidia_exporter:
- image: nvcr.io/nvidia/k8s/dcgm-exporter:2.3.2-2.6.2-ubuntu20.04
- container_name: nvidia_exporter
- runtime: nvidia
- cap_add:
- - SYS_ADMIN
- environment:
- - NVIDIA_VISIBLE_DEVICES=all
- - NVIDIA_DRIVER_CAPABILITIES=all
- ports:
- - 9400:9400
- restart: unless-stopped
|