Add ability to install CUDA packages from NVIDIA's repository
2 unresolved threads
2 unresolved threads
Enabled installing CUDA from the NVIDIA repository. This is enabled by setting the variable use_nvidia_cuda_repo
to true. A list of cuda and cudnn packages should be provided to the role when using this setting (i.e. the default cudnn packages are not likely to work).
Change also enables upgrading of CUDA when installed via the NVIDIA repository. The variable upgrade_cuda
must be set to true and updated packages supplied via the cuda and cudnn package variables.
Merge request reports
Activity
13 cuda_key_url: "https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub" 14 15 cuda_repo_base_url: "https://developer.download.nvidia.com/compute/cuda/repos/" 16 cuda_arch: "x86_64" changed this line in version 3 of the diff
added 1 commit
- 228cf18b - Add example playbooks using NVIDIA repository.
added 1 commit
- 6ea15da1 - Use Ansible built in variable to determine architecture.
added 1 commit
- 6be47f82 - Note re. choosing use_nvidia_cuda_repo, cuda_repo_deb or cuda_repo_pkg
mentioned in commit 0383b910
Please register or sign in to reply