Skip to content

Commit b66a5ce

Browse files
committed
Fix example formatting
1 parent 92ab135 commit b66a5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/container-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ GPU device files are always mounted in containers, and the NVIDIA driver user sp
336336
`NVIDIA_VISIBLE_DEVICES` is already set in container images officially provided by NVIDIA to enable all GPUs available on the host system.
337337
Such images are frequently used to containerize CUDA applications, either directly or as a base for custom images, thus in many cases no action is required to access GPUs.
338338

339-
!!! example "Cluster with 4 GH200 devices per node":
339+
!!! example "Cluster with 4 GH200 devices per node"
340340
```bash
341341
$ cat <<EOF >cuda12.5.1.toml  # (1)
342342
> image = "nvidia/cuda:12.5.1-devel-ubuntu24.04"

0 commit comments

Comments
 (0)