Created
February 24, 2026 17:30
-
-
Save christopherpaquin/151e05260cdc6940cffcb000bfc0ef91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=NVIDIA DCGM Exporter | |
| After=network-online.target nvidia-dcgm.service | |
| Wants=network-online.target | |
| [Container] | |
| Image=docker.io/nvidia/dcgm-exporter:latest | |
| Network=host | |
| SecurityLabelDisable=true | |
| AddCapability=SYS_ADMIN | |
| PodmanArgs=--device nvidia.com/gpu=all | |
| PodmanArgs=--pid=host | |
| [Service] | |
| Restart=always | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment