We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d721978 commit 9f5eedaCopy full SHA for 9f5eeda
docs/software/container-engine/run.md
@@ -111,7 +111,7 @@ After the import is complete, images are available in Squashfs format in the cur
111
112
2. Create an EDF referencing the pulled image.
113
114
- ```bash
+ ```toml
115
image = "${SCRATCH}/nvidia+cuda+11.8.0-cudnn8-devel-ubuntu22.04.sqsh"
116
```
117
@@ -133,7 +133,7 @@ To use an image from a different registry, the corresponding registry URL has to
133
!!! example "Using a third-party registry"
134
* Within an EDF
135
136
137
image = "nvcr.io#nvidia/nvhpc:23.7-runtime-cuda11.8-ubuntu22.04"
138
139
0 commit comments