Skip to content

Commit 471b153

Browse files
committed
fix: update NVIDIA driver version to 570.133.20
1 parent 728afc4 commit 471b153

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nix/docker.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ let
106106
((pkgs.linuxPackages.nvidiaPackages.dc.override {
107107
libsOnly = true;
108108
kernel = null;
109-
}).overrideAttrs (old: let version = "580.126.09"; in {
109+
}).overrideAttrs (old: let version = "570.133.20"; in {
110110
inherit version;
111111
src = pkgs.fetchurl {
112112
url = "https://us.download.nvidia.com/tesla/${version}/NVIDIA-Linux-x86_64-${version}.run";
113-
sha256 = "sha256-TKxT5I+K3/Zh1HyHiO0kBZokjJ/YCYzq/QiKSYmG7CY=";
113+
sha256 = "sha256-ElPRexUo6KJL8fNKisZZHJJLmK16MjRL3iU6piKsFgU=";
114114
};
115115
}))
116116
];

0 commit comments

Comments
 (0)