rsnt_translations
56,420
edits
No edit summary |
(Marked this version for translation) |
||
Line 138: | Line 138: | ||
</pre> | </pre> | ||
== Preparation of a VM running Almalinux8 == | == Preparation of a VM running Almalinux8 == <!--T:76--> | ||
<!--T:77--> | |||
Once the VM is available, make sure to update the OS to the latest available software, including the kernel. Then reboot the VM to have the latest kernel running. | Once the VM is available, make sure to update the OS to the latest available software, including the kernel. Then reboot the VM to have the latest kernel running. | ||
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. | ||
Line 146: | Line 147: | ||
</pre> | </pre> | ||
<!--T:78--> | |||
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] | 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. | needs to be installed. | ||
<!--T:79--> | |||
<pre> | <pre> | ||
[root@almalinux8]# dnf install http://repo.arbutus.cloud.computecanada.ca/pulp/repos/centos/8/x86_64/Packages/a/arbutus-cloud-vgpu-repo-1.0-1.el8.noarch.rpm | [root@almalinux8]# dnf install http://repo.arbutus.cloud.computecanada.ca/pulp/repos/centos/8/x86_64/Packages/a/arbutus-cloud-vgpu-repo-1.0-1.el8.noarch.rpm | ||
</pre> | </pre> | ||
<!--T:80--> | |||
The next step is to install the vgpu packages, which will install the required driver and user space tools. | The next step is to install the vgpu packages, which will install the required driver and user space tools. | ||
<!--T:81--> | |||
<pre> | <pre> | ||
[root@vgpu almalinux]# dnf -y install nvidia-vgpu-gridd.x86_64 nvidia-vgpu-tools.x86_64 nvidia-vgpu-kmod.x86_64 | [root@vgpu almalinux]# dnf -y install nvidia-vgpu-gridd.x86_64 nvidia-vgpu-tools.x86_64 nvidia-vgpu-kmod.x86_64 | ||
</pre> | </pre> | ||
<!--T:82--> | |||
After a successful installation, <b>nvidia-smi</b> can be used to verify the proper functionality. | After a successful installation, <b>nvidia-smi</b> can be used to verify the proper functionality. | ||
<!--T:83--> | |||
<pre> | <pre> | ||
[root@almalinux8]# nvidia-smi | [root@almalinux8]# nvidia-smi |