Skip to content

Commit 14151d4

Browse files
committed
Fix typo
Nvidia -> NVIDIA
1 parent 13b38f3 commit 14151d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/databox-online/azure-stack-edge-gpu-troubleshoot-virtual-machine-gpu-extension-installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,21 @@ If the installation failed during the package download, that error indicates the
7272
> [!NOTE]
7373
> The extension deployment is a long running job and takes about 10 minutes to complete.
7474
75-
## Manually install the Nvidia driver on RHEL 7
75+
## Manually install the NVIDIA driver on RHEL 7
7676

7777
**Error description:** When installing the GPU extension on an RHEL 7 VM, the installation may fail due to a certificate rotation issue and an incompatible driver version.
7878

7979
**Suggested solution:** In this case, you have two options:
8080

81-
- **Option 1:** Resolve the certificate rotation issue and then install an Nvidia driver lower than version 510.
81+
- **Option 1:** Resolve the certificate rotation issue and then install an NVIDIA driver lower than version 510.
8282

8383
1. To resolve the certificate rotation issue, run the following command:
8484

8585
```powershell
8686
$ sudo yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/$arch/cuda-rhel7.repo
8787
```
8888
89-
1. Install an Nvidia driver lower than version 510.
89+
1. Install an NVIDIA driver lower than version 510.
9090
9191
- **Option 2:** Deploy the GPU extension. Use the following settings when deploying the ARM extension:
9292

0 commit comments

Comments
 (0)