[Unit]
Description=Configure NVIDIA Docker to only use Compute GPUs
After=network.target
Before=containerd.service

[Service]
ExecStart=/usr/sbin/nv-docker-gpus

[Install]
WantedBy=multi-user.target
