|
|
Line 289: |
Line 289: |
| </pre> | | </pre> |
|
| |
|
| == 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 <b>DKMS</b> will request the latest one available from the Debian repositories.
| |
|
| |
| <!--T:65-->
| |
| <pre>
| |
| root@debian11:~# apt-get update && apt-get -y dist-upgrade && reboot
| |
| </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.
| |
| This package also contains the gpg key all packages are signed with.
| |
|
| |
| <!--T:67-->
| |
| <pre>
| |
| root@debian11:~# wget http://repo.arbutus.cloud.computecanada.ca/pulp/deb/debian11/pool/main/arbutus-cloud-repo_0.2_all.deb
| |
| root@debian11:~# apt-get install -y ./arbutus-cloud-repo_0.2_all.deb
| |
| </pre>
| |
|
| |
| <!--T:68-->
| |
| Update the local apt cache and install the vGPU packages:
| |
|
| |
| <!--T:69-->
| |
| <pre>
| |
| root@debian11:~# apt-get update && apt-get -y install nvidia-vgpu-kmod nvidia-vgpu-tools nvidia-vgpu-gridd
| |
| </pre>
| |
|
| |
| <!-- ============ UPDATE PREPARATION DO NOT PUBLISH YET! ========================== -->
| |
| <!--
| |
| == Preparation of a VM running Ubuntu22 == <!--T:8--> | | == Preparation of a VM running Ubuntu22 == <!--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. |
Line 368: |
Line 340: |
| +-----------------------------------------------------------------------------------------+ | | +-----------------------------------------------------------------------------------------+ |
| </pre> | | </pre> |
|
| |
| -->
| |
|
| |
|
| == Preparation of a VM running Ubuntu22 == <!--T:70--> | | == Preparation of a VM running Ubuntu22 == <!--T:70--> |