Skip to content

Commit 8e921e3

Browse files
committed
Fix example formatting
1 parent afc7bf5 commit 8e921e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/container-engine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ Also see [NCCL][ref-communication-nccl] and [libfabric][ref-communication-libfab
517517
The Container Engine includes a hook program to inject the AWS OFI NCCL plugin in containers; since the plugin must also be compatible with the GPU programming software stack being used, the `com.hooks.aws_ofi_nccl.variant` annotation is used to specify a plugin variant suitable for a given container image.
518518
At the moment of writing, 4 plugin variants are configured: `cuda11`, `cuda12` (to be used on NVIDIA GPU nodes), `rocm5`, and `rocm6` (to be used on AMD GPU nodes alongside RCCL).
519519

520-
!!! example "EDF for the NGC PyTorch 22.12 image with Cuda 11
520+
!!! example "EDF for the NGC PyTorch 22.12 image with Cuda 11"
521521
```bash
522522
image = "nvcr.io#nvidia/pytorch:22.12-py3"
523523
mounts = ["/capstor/scratch/cscs/${USER}:/capstor/scratch/cscs/${USER}"]
@@ -544,7 +544,7 @@ At the moment of writing, 4 plugin variants are configured: `cuda11`, `cuda12`
544544

545545
1. Replace `<public-key>` with your SSH public key.
546546

547-
!!! note
547+
!!! warning
548548
The `srun` command launching an SSH-connectable container **should set the `--pty` option** in order for the hook to initialize properly.
549549

550550
The SSH hook runs a lightweight, statically-linked SSH server (a build of [Dropbear](https://matt.ucc.asn.au/dropbear/dropbear.html)) inside the container.

0 commit comments

Comments
 (0)