The NVIDIA [OpenShift Virtualization vGPU Manager Guide for building the vGPU Manager](https://docs.nvidia.com/datacenter/cloud-native/openshift/latest/openshift-virtualization.html#building-the-vgpu-manager-image) currently instructs users to clone the driver source from: ``` https://gitlab.com/nvidia/container-images/driver ``` That repository is no longer maintained and should be replaced with the current NVIDIA driver container repository: ``` https://github.com/NVIDIA/gpu-driver-container ``` Related to https://github.com/NVIDIA/gpu-driver-container/issues/453