Ubuntu 17.10 + CUDNN - anyone got this working

Anyone got this working? I previously have used GCP and AWS for everything (Mac and Windows), so now finally using Linux with my GPU. I installed CUDA 8 but, have a few problems in copying CuDNN toolkit directory locally to my machine. I’ve successfully installed this before (easier on Mac, had issues with Windows before, but it was a versioning problem). Any work around for this?

I can’t seem to get passed these two commands below as the file locally I can’t see if it exist (letters a and c), but I managed to copy the header file literally vs. using in command line:

Is it because I’m not on Ubuntu 16.04? Am I missing something else?

Have Anaconda3 setup and just do

conda install cudatoolkit
conda install cudnn

Or 

conda install tensorflow-gpu
2 Likes