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
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/hpccompute-gpu-linux.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,20 @@ ms.collection: linux
9
9
ms.topic: article
10
10
ms.tgt_pltfrm: vm-linux
11
11
ms.workload: infrastructure-services
12
-
ms.date: 04/18/2023
12
+
ms.date: 07/19/2023
13
13
ms.author: mamccrea
14
14
author: mamccrea
15
15
---
16
16
# NVIDIA GPU Driver Extension for Linux
17
17
18
18
This extension installs NVIDIA GPU drivers on Linux N-series virtual machines (VMs). Depending on the VM family, the extension installs CUDA or GRID drivers. When you install NVIDIA drivers by using this extension, you're accepting and agreeing to the terms of the [NVIDIA End-User License Agreement](https://www.nvidia.com/en-us/data-center/products/nvidia-ai-enterprise/eula/). During the installation process, the VM might reboot to complete the driver setup.
19
19
20
-
Instructions on manual installation of the drivers and the current supported versions are available. For more information, see [Azure N-series GPU driver setup for Linux](../linux/n-series-driver-setup.md).
20
+
Instructions on manual installation of the drivers and the current supported versions are available. For more information including secure boot enabled setting, see [Azure N-series GPU driver setup for Linux](../linux/n-series-driver-setup.md).
21
21
An extension is also available to install NVIDIA GPU drivers on [Windows N-series VMs](hpccompute-gpu-windows.md).
22
22
23
+
> [!NOTE]
24
+
> With Secure Boot enabled, all OS boot components (boot loader, kernel, kernel drivers) must be signed by trusted publishers (key trusted by the system). Both Windows and select Linux distributions support Secure Boot.
25
+
23
26
## Prerequisites
24
27
25
28
### Operating system
@@ -28,9 +31,9 @@ This extension supports the following OS distros, depending on driver support fo
28
31
29
32
| Distribution | Version |
30
33
|---|---|
31
-
| Linux: Ubuntu |18.04 LTS, 20.04 LTS |
32
-
| Linux: Red Hat Enterprise Linux | 7.3, 7.4, 7.5, 7.6, 7.7, 7.8|
33
-
| Linux: CentOS | 7.3, 7.4, 7.5, 7.6, 7.7, 7.8|
34
+
| Linux: Ubuntu |20.04 LTS, 22.04 LTS |
35
+
| Linux: Red Hat Enterprise Linux | 7.9, 8.8, 9.2|
36
+
| Linux: CentOS | 7 |
34
37
35
38
> [!NOTE]
36
39
> The latest supported CUDA drivers for NC-series VMs are currently 470.82.01. Later driver versions aren't supported on the K80 cards in NC. While the extension is being updated with this end of support for NC, install CUDA drivers manually for K80 cards on the NC-series.
0 commit comments