cc_staff
178
edits
(Marked this version for translation) |
m (Use HTTPS to install repo) |
||
Line 95: | Line 95: | ||
===== <u>Adding the NVIDIA repository and install the driver package</u> ===== <!--T:18--> | ===== <u>Adding the NVIDIA repository and install the driver package</u> ===== <!--T:18--> | ||
Install the YUM repository: | |||
<pre> | <pre> | ||
[root@gpu-centos centos]# yum-config-manager --add-repo | [root@gpu-centos centos]# yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo | ||
yum install -y cuda-drivers | yum install -y cuda-drivers | ||
</pre> | </pre> | ||
<!--T:19--> | <!--T:19--> | ||
Nvidia uses | Nvidia uses its own gpg key to sign its packages, yum will ask to autoimport it. | ||
<!--T:20--> | <!--T:20--> |