rsnt_translations
56,420
edits
No edit summary |
(Marked this version for translation) |
||
Line 205: | Line 205: | ||
</pre> | </pre> | ||
== Preparation of a VM running Ubuntu22 == | == Preparation of a VM running Ubuntu22 == <!--T:70--> | ||
Ensure that the OS is up to date and all the latest patches are installed and the latest stable kernel is running. | Ensure that the OS is up to date and all the latest patches are installed and the latest stable kernel is running. | ||
<!--T:71--> | |||
<pre> | <pre> | ||
root@ubuntu22:~# apt-get update && apt-get -y dist-upgrade && reboot | root@ubuntu22:~# apt-get update && apt-get -y dist-upgrade && reboot | ||
Line 213: | Line 214: | ||
<!--T:72--> | |||
After a successful reboot, the system should have the latest available kernel running. | After a successful reboot, the system should have the latest available kernel running. | ||
Now the repository can be installed by installing the <code>arbutus-cloud-repo</code> package. | Now 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:73--> | |||
<pre> | <pre> | ||
root@ubuntu22:~# wget http://repo.arbutus.cloud.computecanada.ca/pulp/deb/ubuntu22/pool/main/arbutus-cloud-repo_0.1_all.deb | root@ubuntu22:~# wget http://repo.arbutus.cloud.computecanada.ca/pulp/deb/ubuntu22/pool/main/arbutus-cloud-repo_0.1_all.deb | ||
Line 222: | Line 225: | ||
</pre> | </pre> | ||
<!--T:74--> | |||
A warning will be displayed since the signature key is added in the post-install stage. The warning can be ignored. | A warning will be displayed since the signature key is added in the post-install stage. The warning can be ignored. | ||
Update the local apt cache and install the vGPU packages: | Update the local apt cache and install the vGPU packages: | ||
Line 228: | Line 232: | ||
</pre> | </pre> | ||
<!--T:75--> | |||
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 by running <code>nvidia-smi</code> as shown above for Centos7. | Test by running <code>nvidia-smi</code> as shown above for Centos7. |