CUDA Toolkit 11.1.1 for 455.83 Driver in 20.0.9
NixOS 20.0.9's default NVIDIA video driver version is 455.38, which supports CUDA 11.1.1. **Things to note:** - [ ] Users with nvtop installed may need to upgrade their nvtop installation due to caching behavior
This commit is contained in:
parent
ff97a25fc6
commit
cf81348264
@ -146,5 +146,13 @@ in rec {
|
||||
gcc = gcc9;
|
||||
};
|
||||
|
||||
cudatoolkit_11 = cudatoolkit_11_0;
|
||||
cudatoolkit_11_1 = common {
|
||||
version = "11.1.1";
|
||||
url = "https://developer.download.nvidia.com/compute/cuda/11.1.1/local_installers/cuda_11.1.1_455.32.00_linux.run";
|
||||
sha256 = "13yxv2fgvdnqqbwh1zb80x4xhyfkbajfkwyfpdg9493010kngbiy";
|
||||
|
||||
gcc = gcc9;
|
||||
};
|
||||
|
||||
cudatoolkit_11 = cudatoolkit_11_1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user