virtualisation/docker: fix nvidia container wrapper

This commit is contained in:
Rafael Fernández López 2025-05-15 10:19:33 +02:00
parent e4a89f5cc0
commit 7e42e4431b

View file

@ -355,7 +355,7 @@ in
# the `--runtime=nvidia` approach to expose # the `--runtime=nvidia` approach to expose
# GPU's. Starting with Docker > 25, CDI can be used # GPU's. Starting with Docker > 25, CDI can be used
# instead, removing the need for runtime wrappers. # instead, removing the need for runtime wrappers.
path = lib.getExe' pkgs.nvidia-docker "nvidia-container-runtime.legacy"; path = lib.getExe' (lib.getOutput "tools" config.hardware.nvidia-container-toolkit.package) "nvidia-container-runtime";
}; };
}; };
}; };