我正在尝试安装 Tensorflow GPU 版本,但我陷入了困境。我已经通过运行安装了 nvidia-cuda-toolkit
sudo apt install nvidia-cuda-toolkit
Run Code Online (Sandbox Code Playgroud)
下载得很好。但我无法找到这个 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
Run Code Online (Sandbox Code Playgroud)
我该如何解决这个问题?