Offline Install gpu-operator Driver on Ubuntu 22.04¶
Prerequisite: Installed gpu-operator v23.9.0+2 or higher versions
Prepare Offline Image¶
-
Check the kernel version
-
Check the GPU Driver image version applicable to your kernel, at
https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver/tags
. Use the kernel to query the image version and save the image usingctr export
. -
Import the image into the cluster's container registry
Install the Driver¶
- Install the gpu-operator addon and set
driver.usePrecompiled=true
- Set
driver.version=535
, note that it should be 535, not 535.104.12