Skip to content

Commit 168f5f4

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

File tree

1 file changed

+2
-1
lines changed
  • docs/software/container-engine

1 file changed

+2
-1
lines changed

docs/software/container-engine/run.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ After the import is complete, images are available in Squashfs format in the cur
9797

9898
```console
9999
$ cd ${SCRATCH}
100+
100101
$ enroot import docker://nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
101102
[INFO] Querying registry for permission grant
102103
[INFO] Authenticating with user: <anonymous>
@@ -111,7 +112,7 @@ After the import is complete, images are available in Squashfs format in the cur
111112
2. Create an EDF referencing the pulled image.
112113

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

117118
!!! note

0 commit comments

Comments
 (0)