This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:vgpu [2021/07/20 12:10] – created scipio | tips: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 | ||
| < | < | ||
| sudo apt install build-essential | sudo apt install build-essential | ||
| Line 6: | Line 13: | ||
| sudo reboot | sudo reboot | ||
| </ | </ | ||
| + | |||
| + | download NVIDIA-Linux-x86_64-460.73.01.run into juju cli and upload to host | ||
| + | < | ||
| + | juju scp / | ||
| + | </ | ||
| + | |||
| + | into host | ||
| + | < | ||
| + | sh / | ||
| + | </ | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | |||
| + | ===== guest ===== | ||
| + | |||
| + | < | ||
| + | sh NVIDIA-Linux-x86_64-450.142.00-grid.run | ||
| + | |||
| + | sh cuda_11.0.3_450.51.06_linux.run | ||
| + | |||
| + | </ | ||
| + | |||