1

Services: Select GPUs using CDI instead of the nvidia runtime

This commit is contained in:
2025-07-11 17:01:53 +02:00
parent ec21502030
commit 1819251cae
5 changed files with 6 additions and 13 deletions

View File

@ -97,8 +97,8 @@
};
extraOptions = [
"--privileged"
"--gpus=all"
# "--privileged"
"--device=nvidia.com/gpu=all"
"--net=behind-nginx"
];
};