Skip to content

Commit 6f3bf64

Browse files
authored
Merge pull request #108091 from lanicolas/patch-43
Align with bash style guide
2 parents 0dfafdc + 38003f1 commit 6f3bf64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Computer-vision/spatial-analysis-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,13 @@ sudo apt-get install -y docker-ce docker-ce-cli containerd.io
385385
Install the *nvidia-docker-2* software package.
386386

387387
```bash
388-
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
388+
DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID)
389389
```
390390
```bash
391391
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
392392
```
393393
```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
395395
```
396396
```bash
397397
sudo apt-get update

0 commit comments

Comments
 (0)