How to update nvidia and Cuda driver in Redhat 8.6?

Hi, On my Redhat 8.6 Server, I am using Driver Version: 515.65.01 CUDA Version: 11.7 on my Nvidia Tesla V100 Video Card. I want to update these Drivers to the latest nvidia and cuda version. How do I do it.

I installed this Server with the following steps. Driver and Cuda drivers.

wget https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda-repo-rhel8-11-8-local-11.8.0_520.61.05-1.x86_64.rpm
sudo rpm -i cuda-repo-rhel8-11-8-local-11.8.0_520.61.05-1.x86_64.rpm
sudo dnf clean all
sudo dnf -y module install nvidia-driver:latest-dkms
sudo dnf -y install cuda

NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7 | TESLA V100

Do I need to uninstall these drivers first and then install the latest nvidia and cuda driver. What is the easiest and smoothest way to update these drivers?

By the way, nvidia container toolkit is installed on the system. Will I encounter any problems when I update the drivers or reinstall the uninstall ?

Thank you for your help and support.