Skip to content

Commit 44a0932

Browse files
authored
Merge pull request #125628 from changeworld/patch-144
Fix typo
2 parents 98a6c78 + 29a1f5f commit 44a0932

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-iot-edge-linux-vm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use steps in one of the following sections:
5151

5252
### Use symmetric key provisioning
5353

54-
To connect your device to IoT Hub without DPS, use the steps in this section to prepare a *cloud-init* script for the VM creation *Advanced* page to deploy the IoT Edge runtime and Nvidia’s container runtime.
54+
To connect your device to IoT Hub without DPS, use the steps in this section to prepare a *cloud-init* script for the VM creation *Advanced* page to deploy the IoT Edge runtime and NVIDIA’s container runtime.
5555

5656
1. Use an existing IoT Hub or create a new Hub. Use these steps to [create an IoT Hub](../iot-hub/iot-hub-create-through-portal.md).
5757

@@ -79,7 +79,7 @@ runcmd:
7979
8080
if [ $(lspci | grep NVIDIA | wc -l) -gt 0 ]; then
8181
82-
#install Nvidia drivers
82+
#install NVIDIA drivers
8383
8484
apt install -y ubuntu-drivers-common
8585
ubuntu-drivers devices
@@ -197,7 +197,7 @@ runcmd:
197197
198198
if [ $(lspci | grep NVIDIA | wc -l) -gt 0 ]; then
199199
200-
#install Nvidia drivers
200+
#install NVIDIA drivers
201201
202202
apt install -y ubuntu-drivers-common
203203
ubuntu-drivers devices
@@ -301,6 +301,6 @@ To update the VM, follow the instructions in [Update IoT Edge](../iot-edge/how-t
301301
302302
To deploy and run an IoT Edge module on your Ubuntu VM, see the steps in [Deploy IoT Edge modules](../iot-edge/how-to-deploy-modules-portal.md?view=iotedge-2020-11&preserve-view=true).
303303
304-
To deploy Nvidia’s DeepStream module, see [Deploy the Nvidia DeepStream module on Ubuntu VM on Azure Stack Edge Pro with GPU](azure-stack-edge-deploy-nvidia-deepstream-module.md).
304+
To deploy NVIDIA’s DeepStream module, see [Deploy the NVIDIA DeepStream module on Ubuntu VM on Azure Stack Edge Pro with GPU](azure-stack-edge-deploy-nvidia-deepstream-module.md).
305305
306306
To deploy NVIDIA DIGITS, see [Enable a GPU in a prefabricated NVIDIA module](../iot-edge/configure-connect-verify-gpu.md?preserve-view=true&view=iotedge-2020-11#enable-a-gpu-in-a-prefabricated-nvidia-module).

0 commit comments

Comments
 (0)