📌 Introduction
Install NVIDIA Driver on Ubuntu 22.04 VM.
在 Ubuntu 22.04 的 VM 安裝 NVIDIA Driver。
📝 Steps
# 1. 列出可用 driver 版本
$ ubuntu-drivers list
# 2. 安裝指定版本的 driver
$ sudo apt-get install nvidia-driver-550
# 3. 檢查是否可用
$ nvidia-smi
🔍 FAQ
Q1: NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
A1: Turn off UEFI.