Skip to content

Commit 9f5eeda

Browse files
committed
Change EDF snippets to 'toml'
1 parent d721978 commit 9f5eeda

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

docs/software/container-engine/run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ After the import is complete, images are available in Squashfs format in the cur
111111

112112
2. Create an EDF referencing the pulled image.
113113

114-
```bash
114+
```toml
115115
image = "${SCRATCH}/nvidia+cuda+11.8.0-cudnn8-devel-ubuntu22.04.sqsh"
116116
```
117117

@@ -133,7 +133,7 @@ To use an image from a different registry, the corresponding registry URL has to
133133
!!! example "Using a third-party registry"
134134
* Within an EDF
135135

136-
```bash
136+
```toml
137137
image = "nvcr.io#nvidia/nvhpc:23.7-runtime-cuda11.8-ubuntu22.04"
138138
```
139139

0 commit comments

Comments
 (0)