How to install exact DKMS versions via yum?

We originally used the nvidia-driver-branch-version route, but only allows us to lock to the branch example 450
but now want exact versions.

Background we have 100s of servers running Qaudro cards+ CentOS7, we want to run exact driver versions across all via Ansible.

We would like to lock it down to the exact version eg 470.55.02

searching through DKMS via yum only reports back:
kmod-nvidia-latest-dkms.x86_64 : NVIDIA display driver kernel module

i can see versions in the repo
https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/

kmod-nvidia-latest-dkms-470.57.02-1.el7.x86_64.rpm - however doing a yum search these do not appear.

how do we install exact version of DKMS drivers via yum? or is manual URL the only route?

fixed nvidia -ver wouldnt work had to query repo via repoqwuery then could find package with yum info

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.