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.