tips:vgpu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tips:vgpu [2021/07/20 12:10] – created scipiotips:vgpu [2021/07/23 15:12] (current) – [guest] scipio
Line 1: Line 1:
 ====== vgpu ====== ====== vgpu ======
  
 +===== host =====
 +
 +
 +  * TESLA T4  NVIDIA Corporation TU104GL
 +  * you must ensure that the SR-IOV SBIOS setting is enabled on the server.
 +
 +into host
 <code> <code>
 sudo apt install build-essential sudo apt install build-essential
Line 6: Line 13:
 sudo reboot sudo reboot
 </code> </code>
 +
 +download NVIDIA-Linux-x86_64-460.73.01.run into juju cli and upload to host
 +<code>
 +juju scp /root/NVIDIA-Linux-x86_64-460.73.01.run $node1:/tmp
 +</code>
 +
 +into host
 +<code>
 +sh /tmp/NVIDIA-Linux-x86_64-460.73.01.run
 +</code>
 +
 +  * https://docs.openstack.org/nova/queens/admin/virtual-gpu.html#how-to-discover-a-gpu-type
 +
 +
 +===== guest =====
 +
 +<code>
 +sh NVIDIA-Linux-x86_64-450.142.00-grid.run
 +
 +sh cuda_11.0.3_450.51.06_linux.run 
 +
 +</code>
 +
  • tips/vgpu.1626775850.txt.gz
  • Last modified: 2021/07/20 12:10
  • by scipio