Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.27 KB

File metadata and controls

30 lines (17 loc) · 1.27 KB

development

This document is intended as a guide to updating the nvidia-container-toolkit dependencies.

Components

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.

Updating the nvidia driver version

  • Update the driver version in pkgs repo here
  • Update the driver version here
  • Update the version checksums here

Updating the nvidia-container-toolkit version

  • Update the libnvidia-container version checksums and REVISION here
  • Update the container-toolkit version checksums and GIT_COMMIT here