In the server,there are cudnn 7.0 and cuda 9.1 at /usr/local/cuda. I need to use detectron but it do not support cuda 9.1, so I need to install cuda 8.0.
I am using the server so I do not have root privilege.I tried to install cuda 8.0 and cudnn as this the second answer do at /home/xx/caffe2.
Then I build the caffe2, but it use the cuda at /usr/local/cuda again.
So is there any way to use the cuda at /home/xx/caffe2 ?