Skip to content

Compile nvidia/driver container to use with gpu-operator

Diogo Filipe Tomas Guerra requested to merge fedora-passthrough-runtime into cern

The container installs the nvidia drivers at runtime. Build variables can be tuned in the gitlab-ci.yaml variables.

  • DRIVER_TYPE: 'passthrough'
  • DRIVER_VERSION: '470.129.06'
  • TARGETARCH: 'x86_64'
  • FEDORA_VERSION: 35
  • KERNEL_RPM_VERSION: 5.16.13
  • KERNEL_RPM_RELEASE: 200

Closes: https://gitlab.cern.ch/kubernetes/project/-/issues/122

Edited by Diogo Filipe Tomas Guerra

Merge request reports