Using cloud vGPUs: Difference between revisions

Undo revision 154102 by Bott (talk)
(Undo revision 154095 by Bott (talk))
Tag: Undo
(Undo revision 154102 by Bott (talk))
Tag: Undo
Line 463: Line 463:
</pre>
</pre>


== Preparation of a VM running Ubuntu22 == <!--T:8-->
== Preparation of a VM running Ubuntu20 == <!--T:8-->
Ensure that the OS is up to date, that all the latest patches are installed, and that the latest stable kernel is running.
Ensure that the OS is up to date, that all the latest patches are installed, and that the latest stable kernel is running.


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


Line 478: Line 478:
<!--T:50-->
<!--T:50-->
<pre>
<pre>
root@ubuntu22:~# wget http://repo.arbutus.cloud.computecanada.ca/pulp/deb/ubnt22/pool/main/arbutus-cloud-repo_0.1_all.deb
root@ubuntu20:~# wget http://repo.arbutus.cloud.computecanada.ca/pulp/deb/ubuntu/pool/main/arbutus-cloud-repo_0.2ubuntu20_all.deb
root@ubuntu22:~#apt-get install ./arbutus-cloud-repo_0.1_all.deb
root@ubuntu20:~# dpkg -i arbutus-cloud-repo_0.2ubuntu20_all.deb
</pre>
</pre>


Line 491: Line 491:
<!--T:52-->
<!--T:52-->
If your installation was successful, the vGPU will be accessible and licensed.
If your installation was successful, the vGPU will be accessible and licensed.
 
Test this by running <code>nvidia-smi</code> as shown above for [[Using cloud vGPUs#Preparation_of_a_VM_running_CentOS7 | CentOS7]].


</translate>
</translate>
[[Category:Cloud]]
[[Category:Cloud]]
cc_staff
247

edits