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