Using cloud vGPUs: Difference between revisions

Jump to navigation Jump to search
Marked this version for translation
(fix duplicate translation unit)
(Marked this version for translation)
Line 169: Line 169:
Update the local apt cache and install the vGPU packages:
Update the local apt cache and install the vGPU packages:


<!--T:63-->
<pre>
<pre>
root@debian10:~# apt-get update && apt-get -y install nvidia-vgpu-kmod nvidia-vgpu-tools nvidia-vgpu-gridd
root@debian10:~# apt-get update && apt-get -y install nvidia-vgpu-kmod nvidia-vgpu-tools nvidia-vgpu-gridd
Line 177: Line 178:
Test by running <code>nvidia-smi</code> as shown above for Centos7.
Test by running <code>nvidia-smi</code> as shown above for Centos7.


== Preparation of a VM running Debian11 ==
== Preparation of a VM running Debian11 == <!--T:64-->
Ensure that the latest packages are installed and the system has been booted with the latest stable kernel, as '''dkms''' will request the latest one available from the Debian repositories.
Ensure that the latest packages are installed and the system has been booted with the latest stable kernel, as '''dkms''' will request the latest one available from the Debian repositories.


<!--T:65-->
<pre>
<pre>
root@debian11:~# apt-get update && apt-get -y dist-upgrade && reboot
root@debian11:~# apt-get update && apt-get -y dist-upgrade && reboot
</pre>  
</pre>  


<!--T:66-->
After a successful reboot, the system should have the latest available kernel running and the repository can be installed, by installing the <code>arbutus-cloud-repo</code> package.
After a successful reboot, the system should have the latest available kernel running and the repository can be installed, by installing the <code>arbutus-cloud-repo</code> package.
This package also contains the gpg key all packages are signed with.
This package also contains the gpg key all packages are signed with.


<!--T:67-->
<pre>
<pre>
root@debian11:~# wget http://repo.arbutus.cloud.computecanada.ca/pulp/deb/debian11/pool/main/arbutus-cloud-repo_0.1_all.deb
root@debian11:~# wget http://repo.arbutus.cloud.computecanada.ca/pulp/deb/debian11/pool/main/arbutus-cloud-repo_0.1_all.deb
Line 192: Line 196:
</pre>
</pre>


<!--T:68-->
Update the local apt cache and install the vGPU packages:
Update the local apt cache and install the vGPU packages:


<!--T:69-->
<pre>
<pre>
root@debian11:~# apt-get update && apt-get -y install nvidia-vgpu-kmod nvidia-vgpu-tools nvidia-vgpu-gridd
root@debian11:~# apt-get update && apt-get -y install nvidia-vgpu-kmod nvidia-vgpu-tools nvidia-vgpu-gridd
Bureaucrats, cc_docs_admin, cc_staff
2,879

edits

Navigation menu