ubuntu 16.04 :: cuda 9.0 설치하기
Ubuntu 16.04 Cuda 9.0 Install, Cudnn, tensorflow-gpu, nvidia-driver Ubuntu 16.04 Cuda 9.0 Install, Cudnn, tensorflow-gpu, nvidia-driver There is a issue on compatibility with tensorflow-gpu, cuda, cudnn and nvidia-driver. In this post I would like to introduce quite latest combination of these things. This post is for ubuntu 16.04 . If you are using ubuntu 18.04 go to here Install nvidia-driver-396 # nvidia driver 396 sudo apt install nvidia-kernel-source-396 sudo apt install nvidia-driver-396 Reboot the computer. install tensorflow-gpu pip install tensorflow-gpu == 1.12 install cuda 9.0 Execute this command. sudo apt-get install cuda-9-0 Go to the nvidia, and click the button like that image. You have to sign in to download it. https://developer.nvidia.com/cuda-90-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=deblocal Install base installer and all pa...