https://github.com/NVIDIA/DIGITS/issues/8
For this error
ImportError: libcudart.so.7.0: cannot open shared object file: No such file or directory
I have executed this command to solve it
sudo ldconfig /usr/local/cuda/lib64
新轉移注意
1 把caffe中自己添加的不能編譯過去的移除掉
2 拷貝一份有用的makefile.config
3 sudo ldconfig /usr/local/cuda/lib64
4 把opencv也拷貝過去吧,安裝很方便,而且是3.0的
5 要sudo權限
