Incomplete installation CUDA 10.1 - Ubuntu 18.04

nvidia-smi
Tue May 14 12:06:35 2019       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 430.09       Driver Version: 430.09       CUDA Version: 10.1     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 105...  Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   54C    P5    N/A /  N/A |    262MiB /  4040MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0      9716      G   /usr/lib/xorg/Xorg                           142MiB |
|    0      9891      G   /usr/bin/gnome-shell                         117MiB |
+-----------------------------------------------------------------------------+

Installing cuda 10.1:

sudo sh cuda_10.1.168_418.67_linux.run

and result in this:

===========
= Summary =
===========

Driver:   Not Selected
Toolkit:  Installed in /usr/local/cuda-10.1/
Samples:  Installed in /home/franzin/

Please make sure that
 -   PATH includes /usr/local/cuda-10.1/bin
 -   LD_LIBRARY_PATH includes /usr/local/cuda-10.1/lib64, or, add /usr/local/cuda-10.1/lib64 to /etc/ld.so.conf and run ldconfig as root

To uninstall the CUDA Toolkit, run cuda-uninstaller in /usr/local/cuda-10.1/bin

Please see CUDA_Installation_Guide_Linux.pdf in /usr/local/cuda-10.1/doc/pdf for detailed information on setting up CUDA.
***WARNING: Incomplete installation! This installation did not install the CUDA Driver. A driver of version at least 418.00 is required for CUDA 10.1 functionality to work.
To install the driver using this installer, run the following command, replacing <CudaInstaller> with the name of this run file:
    sudo <CudaInstaller>.run --silent --driver

Logfile is /var/log/cuda-installer.log

It’s popping up that I need drivers> = 418.0 but I have the 430 as you can see in “nvidia-smi”
How do I solve this?
Thanks.

Let’s re-read that text:

This installation did not install the CUDA Driver.

That is a true statement (Right?)

A driver of version at least 418.00 is required for CUDA 10.1 functionality to work.

That is also a true statement.

Your 430.xx driver satisfies the 2nd warning given above. There should not be an issue using CUDA 10.1 with 430.xx driver