Unable to install Cuda 8.0 for GP100GL [Tesla P100 PCIe 16GB] (rev a1) enterprise redhat linux 7.6

I am trying to install cuda 8.0 but unable to connect to driver when run NVIDIA-SMI
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

uname -a

Linux gpu01 3.10.0-693.17.1.el7.x86_64 #1 SMP Sun Jan 14 10:36:03 EST 2018 x86_64 x86_64 x86_64 GNU/Linux

yum list installed | grep kernel

kernel.x86_64 3.10.0-693.el7 @anaconda/7.4
kernel.x86_64 3.10.0-693.17.1.el7 @Patches
kernel-devel.x86_64 3.10.0-693.el7 @anaconda/7.4
kernel-headers.x86_64 3.10.0-693.el7 @anaconda/7.4
kernel-tools.x86_64 3.10.0-693.el7 @anaconda/7.4
kernel-tools-libs.x86_64 3.10.0-693.el7 @anaconda/7.4

/usr/sbin/lspci | grep -i nvidia
08:00.0 3D controller: NVIDIA Corporation GP100GL [Tesla P100 PCIe 16GB] (rev a1)

dpkg -l | grep nvidia returns empty

Could help on it? Thanks.
nvidia-bug-report.log.gz (48.5 KB)

So did you install the driver for your P100? Please run nvidia-bug-report.sh as root and attach the resulting .gz file to your post. Hovering the mouse over an existing post will reveal a paperclip icon.

Hi updated as attached.

You attached the wrong file.
Required is nvidia-bug-report.log.gz

Sorry, updated

sorry updated

The kernel module didn’t get build. There should be a akmods script to build them and a log in /var/cache/akmods/nvidiasometing/…
Check if akmods is set to run on boot.

There is no akmods scripts under cache folder, i installed Package dkms-2.5.0-2.20180306gitb1b9033.el7.noarch. Not sure how to build kernel module with it?

akmods command:

it creates a log file in /var/cache/akmods/
dkms is a different mechanism to build kernel modules, requires the corresponding dkms driver package. Currently, you have a akmods driver package installed.