我刚刚用这张图片创建了一个谷歌深度学习虚拟机:
c1-deeplearning-tf-1-15-cu110-v20210619-debian-10
张量流版本是 1.15.5。但是当我跑步时
nvidia-smi
它说-bash: nvidia-smi: command not found
。
当我跑
nvcc --version
我有
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2020 NVIDIA Corporation
Built on Thu_Jun_11_22:26:38_PDT_2020
Cuda compilation tools, release 11.0, V11.0.194
Build cuda_11.0_bu.TC445_37.28540450_0
有谁知道如何安装GPU驱动程序?先感谢您!
更新:我注意到如果你选择 GPU 实例,那么 GPU 驱动程序是预先安装的。