File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/software/container-engine Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments