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/databox-online/azure-stack-edge-gpu-deploy-iot-edge-linux-vm.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Use steps in one of the following sections:
51
51
52
52
### Use symmetric key provisioning
53
53
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.
55
55
56
56
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).
57
57
@@ -79,7 +79,7 @@ runcmd:
79
79
80
80
if [ $(lspci | grep NVIDIA | wc -l) -gt 0 ]; then
81
81
82
-
#install Nvidia drivers
82
+
#install NVIDIA drivers
83
83
84
84
apt install -y ubuntu-drivers-common
85
85
ubuntu-drivers devices
@@ -197,7 +197,7 @@ runcmd:
197
197
198
198
if [ $(lspci | grep NVIDIA | wc -l) -gt 0 ]; then
199
199
200
-
#install Nvidia drivers
200
+
#install NVIDIA drivers
201
201
202
202
apt install -y ubuntu-drivers-common
203
203
ubuntu-drivers devices
@@ -301,6 +301,6 @@ To update the VM, follow the instructions in [Update IoT Edge](../iot-edge/how-t
301
301
302
302
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).
303
303
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).
305
305
306
306
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