From 8de5ac476b6e8d513eca7c9894c46646581c54c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:20:58 +0000 Subject: [PATCH] Adding missing cdi-hooks in readme Signed-off-by: Henry Wang (cherry picked from commit 98cf058a4663a28c160fd15b946857667792441e) --- cmd/nvidia-cdi-hook/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/nvidia-cdi-hook/README.md b/cmd/nvidia-cdi-hook/README.md index 807cf6c75..79354e7d9 100644 --- a/cmd/nvidia-cdi-hook/README.md +++ b/cmd/nvidia-cdi-hook/README.md @@ -29,3 +29,6 @@ The `nvidia-cdi-hook` CLI provides the following functionality: * `chmod` - Change the permissions of a file or directory inside the directory path to be mounted into a container. * `create-symlinks` - Create symlinks inside the directory path to be mounted into a container. * `update-ldcache` - Update the dynamic linker cache inside the directory path to be mounted into a container. +* `enable-cuda-compat` - Ensure that the directory containing the CUDA compat libraries is added to the ldconfig search path if required. +* `disable-device-node-modification` - Ensure that the `/proc/driver/nvidia/params` file present in the container does not allow device node modifications. +* `update-application-profile` - Update driver settings through "application profiles". Currently, this hook sets `EGLVisibleDGPUDevices` to restrict EGL/Vulkan GPU visibility inside the container.