Skip to content

Commit 7639a2d

Browse files
committed
Update run.md
1 parent 4398422 commit 7639a2d

File tree

1 file changed

+15
-15
lines changed
  • docs/software/container-engine

1 file changed

+15
-15
lines changed

docs/software/container-engine/run.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -95,24 +95,24 @@ After the import is complete, images are available in Squashfs format in the cur
9595
!!! example "Manually pulling an `nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04` image"
9696
1. Pull the image.
9797

98-
```console
99-
$ cd ${SCRATCH}
100-
$ enroot import docker://nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
101-
[INFO] Querying registry for permission grant
102-
[INFO] Authenticating with user: <anonymous>
103-
...
104-
Number of gids 1
105-
root (0)
106-
107-
$ ls *.sqsh
108-
nvidia+cuda+11.8.0-cudnn8-devel-ubuntu22.04.sqsh
109-
```
98+
```console
99+
$ cd ${SCRATCH}
100+
$ enroot import docker://nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
101+
[INFO] Querying registry for permission grant
102+
[INFO] Authenticating with user: <anonymous>
103+
...
104+
Number of gids 1
105+
root (0)
106+
107+
$ ls *.sqsh
108+
nvidia+cuda+11.8.0-cudnn8-devel-ubuntu22.04.sqsh
109+
```
110110

111111
2. Create an EDF referencing the pulled image.
112112

113-
```bash
114-
image = "/capstor/scratch/cscs/${USER}/nvidia+cuda+11.8.0-cudnn8-devel-ubuntu22.04.sqsh"
115-
```
113+
```bash
114+
image = "/capstor/scratch/cscs/${USER}/nvidia+cuda+11.8.0-cudnn8-devel-ubuntu22.04.sqsh"
115+
```
116116

117117
!!! note
118118
It is recommended to save images in `/capstor/scratch/cscs/${USER}` or its subdirectories before using them.

0 commit comments

Comments
 (0)