This document is intended as a guide to updating the nvidia-container-toolkit
dependencies.
nvidia-container-cli
is called by the nvidia-container-runtime
to setup the required NVIDIA library mounts and NVIDIA device files for a workload container
nvidia-container-runtime
is the runtime used by containerd
to run workload containers. It's mostly a wrapper around runc
It also ships a tool called nvidia-container-runtime-hook
which is used to setup OCI hooks.
nvidia-container-cli
is fully dependent on glibc
to be able to access the NVIDIA shared objects.