I have installed Cuda Toolkit 9.0 and cuDNN v7.0 according to instrucitons on https://www.tensorflow.org/install/install_linux (and nvidia site) instruction. However, when I try to run some script using tensorflow it says it cannot find it
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
even though my LD_LIBRARY_PATH is set correctly:
echo $LD_LIBRARY_PATH
/usr/local/cuda-9.0/lib64:/usr/local/cuda-9.0/extras/CUPTI/lib64
is there something I'm missing?