You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,131 +47,44 @@ Then run installation commands specific for your distribution.
47
47
48
48
### Ubuntu
49
49
50
-
1. Download and install the CUDA drivers from the NVIDIA website.
51
-
> [!NOTE]
52
-
> The example shows the CUDA package path for Ubuntu 20.04. Replace the path specific to the version you plan to use.
53
-
>
54
-
> Visit the [NVIDIA Download Center](https://developer.download.nvidia.com/compute/cuda/repos/) or the [NVIDIA CUDA Resources page](https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_network) for the full path specific to each version.
2. Reboot the VM and proceed to verify the installation.
67
-
68
-
#### CUDA driver updates
69
-
70
-
We recommend that you periodically update CUDA drivers after deployment.
71
-
72
-
```bash
73
-
sudo apt-get update
74
-
sudo apt-get upgrade -y
75
-
sudo apt-get dist-upgrade -y
76
-
sudo apt-get install cuda-drivers
77
-
78
-
sudo reboot
79
-
```
80
-
81
-
#### Install CUDA driver on Ubuntu with Secure Boot enabled
82
-
83
-
With Secure Boot enabled, all Linux kernel modules are required to be signed by the key trusted by the system.
84
-
85
-
1. Install pre-built Azure Linux kernel based NVIDIA modules and CUDA drivers
50
+
Ubuntu packages NVIDIA proprietary drivers. Those drivers come directly from NVIDIA and are simply packaged by Ubuntu so that they can be automatically managed by the system. Downloading and installing drivers from another source can lead to a broken system. Moreover, installing third-party drivers requires extra-steps on VMs with TrustedLaunch and Secure Boot enabled. They require the user to add a new Machine Owner Key for the system to boot. Drivers from Ubuntu are signed by Canonical and will work with Secure Boot.
Note: When prompt on different versions of cuda-keyring, select`Y or I : install the package maintainer's version` to proceed.
150
-
151
-
6. Update APT repository cache and install NVIDIA GPUDirect Storage
152
-
60
+
3. Download and install the CUDA toolkit from NVIDIA:
61
+
> [!NOTE]
62
+
> The example shows the CUDA package path for Ubuntu 22.04 LTS. Replace the path specific to the version you plan to use.
63
+
>
64
+
> Visit the [NVIDIA Download Center](https://developer.download.nvidia.com/compute/cuda/repos/) or the [NVIDIA CUDA Resources page](https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_network) for the full path specific to each version.
Note that during the installation you will be prompted for password when configuring secure boot, a password of your choice needs to be provided and then proceed.
0 commit comments