user3581960
user3581960

Reputation: 31

Any way to install nvidia gpu driver 390 on ubuntu18 google cloud

After installed cuda9.2 by run file, tried to run nvidia-smi, but it said no connection to nvidia gpu driver. Tried several ways to install nvidia gpu driver 390, all not successful.

Also tried using start script to create instance with cuda9.0, but cuda not installed. Manual install cuda9.0 also failed.

They said that GCP can only support gpu driver up to 384. Is the version updated? What is the best way to install nvidia driver and cuda. Which latest cuda version is supported? Thanks.

Upvotes: 1

Views: 930

Answers (1)

Mahmoud Sharif
Mahmoud Sharif

Reputation: 1103

According to this article in the GCP documentation, the latest version supported is “NVIDIA 384.111 driver or greater” in Linux instances.

Your questions are answered in this article. The article has all the installation steps on how to install cuda and Nvidia drivers.

Upvotes: 1

Related Questions