cc_staff
247
edits
Line 142: | Line 142: | ||
To have access to the [https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support DKMS] package, the epel repository is required. | To have access to the [https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support DKMS] package, the epel repository is required. | ||
<pre> | <pre> | ||
[root@vgpu almalinux]# dnf -y update && dnf -y install epel- | [root@vgpu almalinux]# dnf -y update && dnf -y install epel-release && reboot | ||
</pre> | |||
After the reboot of the VM, the [http://repo.arbutus.cloud.computecanada.ca/pulp/repos/centos/8/x86_64/Packages/a/arbutus-cloud-vgpu-repo-1.0-1.el8.noarch.rpm Arbutus Cloud repository] | |||
needs to be installed. | |||
The next step is to install the vgpu packages, which will install the required driver and user space tools. | |||
<pre> | |||
[root@almalinux8]# yum -y install nvidia-vgpu-kmod nvidia-vgpu-gridd nvidia-vgpu-tools | |||
</pre> | </pre> | ||