You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because some hooks (e.g., Slurm and CXI hooks) leverage `ldconfig` (from Glibc) when they bind-mount host libraries inside containers; since Alpine Linux provides an alternative `ldconfig` (from Musl Libc), it does not work as intended by hooks. As a workaround, users may disable problematic hooks. For example,
21
21
22
-
```toml title="EDF: `alpine_workaround.toml` at `${EDF_PATH}`"
@@ -315,7 +318,7 @@ GPU device files are always mounted in containers, and the NVIDIA driver user sp
315
318
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.
316
319
317
320
!!! example "Cluster with 4 GH200 devices per node"
318
-
```toml title="EDF: `cuda12.5.1.toml` at `${EDF_PATH}`"
0 commit comments