【发布时间】:2016-10-15 12:53:34
【问题描述】:
我正在尝试安装 Tensorflow GPU 版本,但我遇到了这个问题。 我已经通过运行安装了 nvidia-cuda-toolkit
sudo apt install nvidia-cuda-toolkit
它下载得很好。但我无法找到这个 libcudart.so
Please specify which gcc nvcc should use as the host compiler. [Default is /usr/bin/gcc]: /usr/bin/gcc
Please specify the Cuda SDK version you want to use, e.g. 7.0. [Leave empty to use system default]:
Please specify the location where CUDA toolkit is installed. Refer to README.md for more details. [Default is /usr/local/cuda]: /usr/local/cuda
Invalid path to CUDA toolkit. /usr/local/cuda/lib64/libcudart.so cannot be found
我该如何解决这个问题?
【问题讨论】:
-
如果您从 NVidia 网站手动安装 Cuda 7.5,您可以在
usr/local/cuda/lib64/libcudart.so获得它 -
我有 libcudnn 文件,但没有 libcudart.so
标签: ubuntu cuda gpu tensorflow nvidia