You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/software/container-engine.md
+15-52Lines changed: 15 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,69 +181,32 @@ To choose an alternative image store path (e.g., to use a directory owned by a g
181
181
182
182
To work with images stored from the NGC Catalog, please refer also to the next section "Using images from third party registries and private repositories".
183
183
184
-
To bypass any caching behavior, users can manually pull an image and directly plug it into their EDF. To do so, users may execute `enroot import docker://[REGISTRY#]IMAGE[:TAG]` to pull container images from OCI registries to the current directory.
184
+
To bypass any caching behavior, users can manually pull an image and directly plug it into their EDF.
185
+
To do so, users may execute `enroot import docker://[REGISTRY#]IMAGE[:TAG]` to pull container images from OCI registries to the current directory.
185
186
186
-
For example, the command below pulls an `nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04` image.
187
+
After the import is complete, images are available in Squashfs format in the current directory and can be used in EDFs:
0 commit comments