Fix ubuntu's cuda repo baseurl

Signed-off-by: Shuichi Ohsawa <ohsawa0515@gmail.com>
This commit is contained in:
Shuichi Ohsawa 2021-08-30 14:40:16 +09:00
parent 768a1ed160
commit d5d80987fa

View File

@ -32,5 +32,5 @@ nvidia_driver_ubuntu_packages:
# Installing with CUDA repositories
nvidia_driver_ubuntu_cuda_repo_gpgkey_url: "https://developer.download.nvidia.com/compute/cuda/repos/{{ _ubuntu_repo_dir }}/7fa2af80.pub"
nvidia_driver_ubuntu_cuda_repo_gpgkey_id: "7fa2af80"
nvidia_driver_ubuntu_cuda_repo_baseurl: "http://developer.download.nvidia.com/compute/cuda/repos/{{ _ubuntu_repo_dir }}"
nvidia_driver_ubuntu_cuda_repo_baseurl: "https://developer.download.nvidia.com/compute/cuda/repos/{{ _ubuntu_repo_dir }}"
nvidia_driver_ubuntu_cuda_package: "cuda-drivers"