38,757
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 83: | Line 83: | ||
===== <u>Adding the NVIDIA repository and install the driver package</u> ===== | ===== <u>Adding the NVIDIA repository and install the driver package</u> ===== | ||
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> | ||
Nvidia uses | Nvidia uses its own gpg key to sign its packages, yum will ask to autoimport it. | ||
<pre> | <pre> |