We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728afc4 commit 471b153Copy full SHA for 471b153
1 file changed
nix/docker.nix
@@ -106,11 +106,11 @@ let
106
((pkgs.linuxPackages.nvidiaPackages.dc.override {
107
libsOnly = true;
108
kernel = null;
109
- }).overrideAttrs (old: let version = "580.126.09"; in {
+ }).overrideAttrs (old: let version = "570.133.20"; in {
110
inherit version;
111
src = pkgs.fetchurl {
112
url = "https://us.download.nvidia.com/tesla/${version}/NVIDIA-Linux-x86_64-${version}.run";
113
- sha256 = "sha256-TKxT5I+K3/Zh1HyHiO0kBZokjJ/YCYzq/QiKSYmG7CY=";
+ sha256 = "sha256-ElPRexUo6KJL8fNKisZZHJJLmK16MjRL3iU6piKsFgU=";
114
};
115
}))
116
];
0 commit comments