cc_staff
247
edits
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
<pre> | <pre> | ||
[root@test centos]# yum -y install http://repo.arbutus.cloud.computecanada.ca/pulp/repos/centos/7/x86_64/Packages/a/arbutus-cloud-vgpu-repo-1.0-1.el7.noarch.rpm | [root@test centos]# yum -y install http://repo.arbutus.cloud.computecanada.ca/pulp/repos/centos/7/x86_64/Packages/a/arbutus-cloud-vgpu-repo-1.0-1.el7.noarch.rpm | ||
</pre> | |||
The last step is to install the '''nvidia vGPU packages'''. The kernel module package 'nvidia-vgpu-kmod', will take a few minutes as it compiles the required kernel modules in the background. | |||
<pre> | |||
yum -y install nvidia-vgpu-kmod nvidia-vgpu-gridd nvidia-vgpu-tools | |||
</pre> | </pre> | ||