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

hardware/nvidia-container-toolkit: mount `nvidia-driver/share`

parent 0be5a16b
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@
    in (lib.mkMerge [
      [{ hostPath = pkgs.addDriverRunpath.driverLink;
         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 pkgs.glibc}/lib";
         containerPath = "${lib.getLib pkgs.glibc}/lib"; }
       { hostPath = "${lib.getLib pkgs.glibc}/lib64";