Using cloud GPUs: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 71: Line 71:


== Preparing a Centos 8 Instance ==
== Preparing a Centos 8 Instance ==
Nvidia provides a rpm package for RHEL8, which is compatible with CentOS8.
https://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/tesla/440.33.01/nvidia-driver-local-repo-rhel8-440.33.01-1.0-1.x86_64.rpm&lang=us&type=Tesla
* Download and install the vendors rpm, which sets up the repository files to use yum for the installation.
<pre>
[root@testgpu-03 centos]# yum -y update && yum -y install wget
[root@testgpu-03 centos]# wget http://us.download.nvidia.com/tesla/440.33.01/nvidia-driver-local-repo-rhel8-440.33.01-1.0-1.x86_64.rpm
</pre>
* Install the rpm, which contains all necessary files to include the nvidia repository.
<pre>
[root@testgpu-03 centos]# rpm -ivh nvidia-driver-local-repo-rhel8-440.33.01-1.0-1.x86_64.rpm && reboot
</pre>
* Install the epel repository which is required for the dkms package.
<pre>
yum -y install epel-release pciutils && yum -y update
</pre>




</translate>
</translate>
cc_staff
247

edits

Navigation menu