Nvidia GTX 1660TI install Cuda, Cudnn,caffe, Digits.etc softdrivers show big problems need some help.

Dear all,
Good morning.
we have a big problem to buy NVIDIA GTX 1660TI for Deep Learing environment build have a big trouble as follow :
Any nice people can help us ,thanks.


– ubuntu detected: 16.04
– CUDA detected: 10.1
– Found cuDNN: ver. 7.5.1 found (include: /usr/local/cuda-10.1/include, library: /usr/lib/x86_64-linux-gnu/libcudnn.so)
-- Added CUDA NVCC flags for: sm_75
– OpenCV found (/usr/share/OpenCV)
– Found OpenBLAS libraries: /usr/lib/libopenblas.so
– Found OpenBLAS include: /usr/include
– NumPy ver. 1.16.4 found (include: /usr/local/lib/python2.7/dist-packages/numpy/core/include)
– Boost version: 1.58.0
– Found the following Boost libraries:
python
– Detected Doxygen OUTPUT_DIRECTORY: ./doxygen/
– ******************* Caffe Configuration Summary *******************
General:
– Version : 0.15.14
– Git : v0.15.14-16-g4b8d54d-dirty
– System : Linux
– C++ compiler : /usr/bin/c++
– Release CXX flags : -O3 -DNDEBUG -fPIC -Wall -Wno-sign-compare -Wno-uninitialized
– Debug CXX flags : -g -fPIC -Wall -Wno-sign-compare -Wno-uninitialized
– Build type : Release
– BUILD_SHARED_LIBS : ON
– BUILD_python : ON
– BUILD_matlab : OFF
– BUILD_docs : ON
– CPU_ONLY : OFF
– USE_OPENCV : ON
– USE_LEVELDB : ON
– USE_LMDB : ON
– ALLOW_LMDB_NOLOCK : OFF
Dependencies:
– BLAS : Yes (Open)
– Boost : Yes (ver. 1.58)
– glog : Yes
– gflags : Yes
– protobuf : Yes (ver. 2.6.1)
– lmdb : Yes (ver. 0.9.17)
– LevelDB : Yes (ver. 1.18)
– Snappy : Yes (ver. 1.1.3)
– OpenCV : Yes (ver. 2.4.9.1)
– CUDA : Yes (ver. 10.1)
NVIDIA CUDA:
– Target GPU(s) : Auto
– GPU arch(s) : sm_75
– cuDNN : Yes (ver. 7.5.1)
– NCCL : Disabled
Python:
– Interpreter : /usr/bin/python2.7 (ver. 2.7.12)
– Libraries : /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.12)
– NumPy : /usr/local/lib/python2.7/dist-packages/numpy/core/include (ver 1.16.4)
Documentaion:
– Doxygen : /usr/bin/doxygen (1.8.11)
– config_file : /home/me/caffe/.Doxyfile
Install:
– Install path : /home/me/caffe/build/install
– Configuring done
CMake Warning at src/caffe/CMakeLists.txt:20 (add_library):
Cannot generate a safe runtime search path for target caffe because files
in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.7] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-10.1/lib64
Some of these libraries may not be found correctly.
CMake Warning at src/caffe/test/CMakeLists.txt:29 (add_executable):
Cannot generate a safe runtime search path for target test.testbin because
files in some directories may conflict with libraries in implicit


±----------------------------------------------------------------------------+
NVIDIA-SMI 430.14 Driver Version: 430.14 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 GeForce GTX 166…
. Off | 00000000:01:00.0 On | N/A |
| 0% 47C P8 10W / 120W | 278MiB / 5941MiB | 1% Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1248 G /usr/lib/xorg/Xorg 140MiB |
| 0 2159 G compiz 135MiB |
±----------------------------------------------------------------------------+
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2015 NVIDIA Corporation
Built on Tue_Aug_11_14:27:32_CDT_2015
Cuda compilation tools, release 7.5, V7.5.17


# This is .bashrc codes as follows:

export PATH=/usr/local/cuda-10.1/bin:/usr/X11R6:/usr/local/cuda-10.1

export LD_LIBRARY_PATH=/usr/local/cuda-10.1/lib64:
export CAFFE_ROOT=~/caffe/
export PYTHONPATH=/home/me/caffe/python:$PYTHONPATH
export PYTHONPATH=/usr/local/lib/python2.7/dist-packages/:$PYTHONPATH


THANKS…ALL GUY

anyone can help for ENV.