Using cloud vGPUs: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 17: Line 17:
Once the VM is available, make sure to update the OS to the latest available software, including the kernel and reboot the VM to have the latest kernel running.
Once the VM is available, make sure to update the OS to the latest available software, including the kernel and reboot the VM to have the latest kernel running.
<pre>
<pre>
[root@test centos]# yum -y update && reboot
[root@centos7]# yum -y update && reboot
</pre>
</pre>


Line 23: Line 23:


<pre>
<pre>
[root@test centos]# yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
[root@centos7]# yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
</pre>
</pre>


Line 29: Line 29:
userspace tools are carefully tested first against the infrastructure, before they are made available.  
userspace tools are carefully tested first against the infrastructure, before they are made available.  
<pre>
<pre>
[root@test centos]# yum -y install http://repo.arbutus.cloud.computecanada.ca/pulp/repos/centos/7/x86_64/Packages/a/arbutus-cloud-vgpu-repo-1.0-1.el7.noarch.rpm
[root@centos7]# yum -y install http://repo.arbutus.cloud.computecanada.ca/pulp/repos/centos/7/x86_64/Packages/a/arbutus-cloud-vgpu-repo-1.0-1.el7.noarch.rpm
</pre>
</pre>


Line 39: Line 39:
After the successful installation, the vGPU is a now accessible and licensed.
After the successful installation, the vGPU is a now accessible and licensed.
<pre>
<pre>
[root@test centos]# nvidia-smi         
[root@centos7]# nvidia-smi         
Mon Jun  1 16:03:27 2020       
Mon Jun  1 16:03:27 2020       
+-----------------------------------------------------------------------------+
+-----------------------------------------------------------------------------+
Line 62: Line 62:


<pre>
<pre>
[root@test centos]# nvidia-smi -q |less
[root@centos7]# nvidia-smi -q |less
==============NVSMI LOG==============
==============NVSMI LOG==============


cc_staff
247

edits