Thank you so much! I had tried updating the drivers, but not removed and reinstalled them!
It’s now working as expected:
brad@Centos-Server:~$ nvidia-smi
Wed Jun 17 11:10:22 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.82 Driver Version: 440.82 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro P2000 Off | 00000000:01:00.0 Off | N/A |
| 54% 50C P0 22W / 75W | 240MiB / 5057MiB | 7% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 4996 C /usr/lib/plexmediaserver/Plex Transcoder 230MiB |
+-----------------------------------------------------------------------------+
For others, here’s the steps i took to fix the issue:
sudo -i
service docker stop
yum erase nvidia-detect kmod-nvidia elrepo-release
yum clean
yum install https://www.elrepo.org/elrepo-release-7.el7.elrepo.noarch.rpm -y
yum update
yum install nvidia-detect -y
nvidia-detect
yum install kmod-nvidia -y
reboot