Commit df483ccf authored by Rafael Fernández López's avatar Rafael Fernández López
Browse files

nvidia-container-toolkit: mount the whole nvidia-driver directory inside the container

parent b03f1d82
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -232,12 +232,8 @@
                containerPath = pkgs.addDriverRunpath.driverLink;
              }
              {
                hostPath = "${lib.getLib nvidia-driver}/etc";
                containerPath = "${lib.getLib nvidia-driver}/etc";
              }
              {
                hostPath = "${lib.getLib nvidia-driver}/share";
                containerPath = "${lib.getLib nvidia-driver}/share";
                hostPath = "${lib.getLib nvidia-driver}";
                containerPath = "${lib.getLib nvidia-driver}";
              }
              {
                hostPath = "${lib.getLib pkgs.glibc}/lib";