File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/Computer-vision Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -385,13 +385,13 @@ sudo apt-get install -y docker-ce docker-ce-cli containerd.io
385
385
Install the * nvidia-docker-2* software package.
386
386
387
387
``` bash
388
- distribution =$( . /etc/os-release; echo $ID$VERSION_ID )
388
+ DISTRIBUTION =$( . /etc/os-release; echo $ID$VERSION_ID )
389
389
```
390
390
``` bash
391
391
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
392
392
```
393
393
``` bash
394
- curl -s -L https://nvidia.github.io/nvidia-docker/$distribution /nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
394
+ curl -s -L https://nvidia.github.io/nvidia-docker/$DISTRIBUTION /nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
395
395
```
396
396
``` bash
397
397
sudo apt-get update
You can’t perform that action at this time.
0 commit comments