0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[Ubuntu] GPUのNVIDIAドライバ超簡単設定(easy setting NVIDIA-driver for GPU)

Posted at

Overview

仮想通貨をマイニングしようとしてNVIDIAドライバを設定しようとしました。しかし、他サイトは手順が多いので簡略手順を記述します。

(I tried to set the NVIDIA driver in an attempt to mine cryptocurrencies. However, other sites is since there are many procedures, I will describe a simplified procedure.)

Environment

  • EC2 Incetanse: p2.xlarge
  • GPU: NVIDIA Tesla K60
  • Distribution: ubuntu 16.04 or ubuntu 18.04 or ubuntu 20.04

Operation

1. Install repository of NVIDIA-driver on PPA

$ sudo add-apt-repository ppa:graphics-drivers/ppa

2. Update apt

$ sudo apt update

3. Install ubuntu-drivers-common

$ sudo apt install ubuntu-drivers-common

4. Check recommend driver

$ ubuntu-drivers devices

今回はnvidia-driver-460でした。(NVIDIA Tesla K60 is nvidia-driver-460)

5. install nvidia-driver

$ sudo apt install nvidia-driver-460

6. Reboot

$ sudo reboot

7. Check

$ nvidia-smi

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?