Nvidia driver install on Power 8

I am trying to install nvidia drivers on Centos 7.5.1804 ppc64le. A Power 8 Minsky server from IBM.

It goes smoothly until it gets to the following…and then errors out.

Anyone have this trouble and find a way to make it work?

==============================================

—> Package nvidia-driver-libs.ppc64le 3:410.72-1.el7 will be installed
→ Processing Dependency: libglvnd-opengl(ppc-64) >= 0.2 for package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le
→ Processing Dependency: libglvnd-glx(ppc-64) >= 0.2 for package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le
→ Processing Dependency: libglvnd-gles(ppc-64) >= 0.2 for package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le
→ Processing Dependency: libglvnd-egl(ppc-64) >= 0.2 for package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le
→ Processing Dependency: libglvnd(ppc-64) >= 0.2 for package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le
→ Finished Dependency Resolution
Error: Package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le (cuda)
Requires: libglvnd-gles(ppc-64) >= 0.2
Error: Package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le (cuda)
Requires: libglvnd(ppc-64) >= 0.2
Error: Package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le (cuda)
Requires: libglvnd-opengl(ppc-64) >= 0.2
Error: Package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le (cuda)
Requires: libglvnd-glx(ppc-64) >= 0.2
Error: Package: 3:nvidia-driver-libs-410.72-1.el7.ppc64le (cuda)
Requires: libglvnd-egl(ppc-64) >= 0.2
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

==============================================

See this:
[url]https://devtalk.nvidia.com/default/topic/1043696/rpm-dependency-missing-when-trying-to-install-cuda-v9-on-centos7/[/url]

That helps install cuda, but I get the same libglvnd error and failure when trying to install the nvidia drivers.

As mentioned in tat thread, it’s currently not possible to install the driver using the rpm packages. If you installed cuda using the .run installer, it installed the driver alongside with cuda.

Install with NVIDIA network repo, not the local repo. It worked for me.