Help with install of CUDA on ubuntu 16.04

I’m stucked for almost one week installing drivers for my Quadro K4000 and CUDA 9.0

First of all this is the output for nvidia-smi:

±----------------------------------------------------------------------------+
| NVIDIA-SMI 384.130 Driver Version: 384.130 |
|-------------------------------±---------------------±---------------------+
| 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 K4000 Off | 00000000:03:00.0 On | N/A |
| 30% 43C P8 12W / 87W | 327MiB / 3012MiB | 1% Default |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1328 G /usr/lib/xorg/Xorg 184MiB |
| 0 1887 G /opt/teamviewer/tv_bin/TeamViewer 12MiB |
| 0 2066 G compiz 124MiB |
| 0 3179 G /usr/lib/firefox/firefox 1MiB |
±----------------------------------------------------------------------------+

So i suppose the driver is installed properly.

After that this is the output for nvcc --version:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2017 NVIDIA Corporation
Built on Fri_Sep__1_21:08:03_CDT_2017
Cuda compilation tools, release 9.0, V9.0.176

When i try to run the devicequery example, this is my output:

./deviceQuery Starting…

CUDA Device Query (Runtime API) version (CUDART static linking)

cudaGetDeviceCount returned 35
→ CUDA driver version is insufficient for CUDA runtime version
Result = FAIL

Any help would be appreciated, please i have reinstalled several times on my laptop with a GTX 1060 was to simple, here i’m stucked.

If the problem is not resolved yet:

Driver Version 384.130 seems to be the latest available in the official 16.04 repos.
You might want to try this ppa:

https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa

It has drivers up to version 430.14 for Ubuntu 16.04.

Usage is pretty simple:

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt install nvidia-driver-430