Skip to content

Commit 9f87b72

Browse files
committed
Add known issues
1 parent 339a68e commit 9f87b72

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/software/container-engine.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ After the import is complete, images are available in Squashfs format in the cur
200200
image = "/capstor/scratch/cscs/${USER}/nvidia+cuda+11.8.0-cudnn8-devel-ubuntu22.04.sqsh"
201201
```
202202

203-
1. Assuming `example.toml` was already written at `${HOME}/.edf`.
203+
1. Assuming `example.toml` is already written at `${HOME}/.edf`.
204204

205205
!!! note
206206
It is recommended to save images in `/capstor/scratch/cscs/${USER}` or its subdirectories before using them with the CE.
@@ -223,7 +223,7 @@ To use an image from a different registry, the corresponding registry URL has to
223223
image = "nvcr.io#nvidia/nvhpc:23.7-runtime-cuda11.8-ubuntu22.04"
224224
```
225225

226-
1. Assuming `example.toml` was already written at `${HOME}/.edf`.
226+
1. Assuming `example.toml` is already written at `${HOME}/.edf`.
227227

228228
!!! example "Using a third-party registry on the command line"
229229
```bash
@@ -338,11 +338,7 @@ Such images are frequently used to containerize CUDA applications, either direct
338338

339339
!!! example "Cluster with 4 GH200 devices per node"
340340
```bash
341-
$ cat <<EOF >cuda12.5.1.toml  # (1)
342-
> image = "nvidia/cuda:12.5.1-devel-ubuntu24.04"
343-
> EOF
344-
345-
$ cat cuda12.5.1.toml 
341+
$ cat cuda12.5.1.toml  # (1)
346342
image = "nvidia/cuda:12.5.1-devel-ubuntu24.04"
347343

348344
$ srun --environment=./cuda12.5.1.toml nvidia-smi
@@ -380,7 +376,7 @@ Such images are frequently used to containerize CUDA applications, either direct
380376
+------------------------------------------------------------------------------------+
381377
```
382378

383-
1. Creating `cuda12.5.1.toml` on the current folder.
379+
1. Assuming `cuda12.5.1.toml` is present the current folder.
384380

385381
It is possible to use environment variables to control which capabilities of the NVIDIA driver are enabled inside containers.
386382
Additionally, the NVIDIA Container Toolkit can enforce specific constraints for the container, for example, on versions of the CUDA runtime or driver, or on the architecture of the GPUs.

0 commit comments

Comments
 (0)