christianlempa-boilerplates/docker-compose/nvidiadgcm/docker-compose.yaml

15 lines
336 B
YAML
Raw Normal View History

2023-05-25 14:26:13 +02:00
---
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