Skip to content

Commit 9b46276

Browse files
committed
Split EDF and executon console result
1 parent f0fcbdf commit 9b46276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/container-engine/resource-hook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ The hook can be activated by setting the `com.hooks.nvidia_cuda_mps.enabled` to
280280
```
281281

282282
??? example "Available GPUs and oversubscription error"
283-
```toml title="EDF: ${EDF_PATH}/vectoradd-cuda.toml"
283+
```toml title="EDF: `vectoradd-cuda.toml` at `${EDF_PATH}`"
284284
image = "nvcr.io#nvidia/k8s/cuda-sample:vectoradd-cuda12.5.0-ubuntu22.04" # (1)
285285
```
286286

@@ -315,7 +315,7 @@ GPU device files are always mounted in containers, and the NVIDIA driver user sp
315315
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.
316316

317317
!!! example "Cluster with 4 GH200 devices per node"
318-
```toml title="EDF: ${EDF_PATH}/cuda12.5.1.toml"
318+
```toml title="EDF: `cuda12.5.1.toml` at `${EDF_PATH}`"
319319
image = "nvidia/cuda:12.5.1-devel-ubuntu24.04"
320320
```
321321

0 commit comments

Comments
 (0)