cc_staff
247
edits
No edit summary |
No edit summary |
||
Line 178: | Line 178: | ||
</pre> | </pre> | ||
After a successful reboot, the system should have the latest avaible kernel running and the repository can be installed, by installing the repo package. This package does also contain the gpg key all packages are signed with. | |||
<pre> | |||
root@ubuntu20:~# wget http://repo.arbutus.cloud.computecanada.ca/pulp/deb/ubuntu/pool/main/arbutus-cloud-repo_0.1ubuntu20_all.deb | |||
root@ubuntu20:~# dpkg -i arbutus-cloud-repo_0.1ubuntu20_all.deb | |||
</pre> | |||
The same warning will be displayed since the signature key is added via post install stage when the package is being installed and can be ignored. | |||
<pre> | |||
root@ubuntu20:~# apt-get update && apt-get -y install nvidia-vgpu-kmod nvidia-vgpu-tools nvidia-vgpu-gridd | |||
</pre> | |||
</translate> | </translate> |