CUDA 10.2 & cuDNN on Centos 8 driver component failed

Hi there, I need some guidance here with the install. All libraries from anaconda and tensorflow seem to run fine. When trying to run the install for the CUDA toolkit and cuDNN I am running into a problem. I checked the compatibility charts, and the installation steps from the documentation nvidia site and all was successful until the final part as you can see below: any ideas. Thank you.

(shared_env) [root@localhost /]# lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
05:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
06:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
07:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
07:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
08:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
0a:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
0a:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
0b:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
0b:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)

(shared_env) [root@localhost ]# md5sum cuda_10.2.89_440.33.01_linux.run
3d816c583759efa8567a92c1a2af90db cuda_10.2.89_440.33.01_linux.run
(shared_env) [root@localhost ]# sh cuda_10.2.89_440.33.01_linux.run
Installation failed. See log at /var/log/cuda-installer.log for details.

  • (shared_env) [root@localhost ]# nano /var/log/cuda-installer.log

    INFO]: Driver not installed.
    [INFO]: Checking compiler version…
    [INFO]: gcc location: /usr/bin/gcc

    [INFO]: gcc version: gcc version 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC)

    [INFO]: Initializing menu
    [INFO]: Setup complete
    [INFO]: Components to install:
    [INFO]: Driver
    [INFO]: 440.33.01
    [INFO]: Executing NVIDIA-Linux-x86_64-440.33.01.run --ui=none --no-questions --accept-license --disable-nouveau --no-cc$
    [INFO]: Finished with code: 256
    [ERROR]: Install of driver component failed.
    [ERROR]: Install of 440.33.01 failed, quitting

  • After much deliberation, I decided to roll back to CentOS 7.7 and made sure NVIDIA drivers matched on build. After that I installed anaconda and all run 100%.