Comment installer le pilote NVIDIA sur la destination SSH Ubuntu

introduction

J'ai eu un problème en raison du fait que nvidia ne pouvait pas être utilisé sur l'ordinateur de la destination ssh du laboratoire, alors je l'ai écrit au lieu d'un mémorandum. Veuillez le faire à vos propres risques.

Environnement de développement

L'environnement à exécuter est le suivant.

noyau


$ uname -a
Linux s38 4.4.0-179-generic #209-Ubuntu SMP Fri Apr 24 17:48:44 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

OS


$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.6 LTS"

GPU


$ lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GK107GL [Quadro K420](rev a1)
01:00.1 Audio device: NVIDIA Corporation GK107 HDMI Audio Controller (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080](rev a1)
02:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080](rev a1)
03:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)

Installation du pilote NVIDIA

procédure

  1. Téléchargez le pilote depuis le site officiel
  2. Envoyez le fichier avec scp
  3. Désactiver nouveau
  4. Installation

Détails d'installation

Installer le pilote nvidia sur ubuntu 18.04 J'ai installé le pilote depuis le site officiel, je l'ai donc téléchargé localement également. La version est NVIDIA-Linux-x86_64-430.09.run.

Ensuite, j'ai envoyé ce fichier sur mon ordinateur de laboratoire avec scp.

local


scp ~/Downloads/NVIDIA-Linux-x86_64-430.09.exécuter la destination ssh

Ensuite, j'ai désactivé nouveau sur ubuntu. Je ne sais pas pourquoi il est désactivé, mais même lorsque je l'ai fait auparavant, je me souviens qu'il a bougé au moment où je l'ai désactivé, donc je l'ai désactivé.

ssh


$ sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
$ sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
$ sudo update-initramfs -u
$ sudo reboot

Installez le pilote après avoir confirmé qu'il a redémarré. À ce moment, diverses questions vous seront posées, alors répondez de manière appropriée.

ssh


$ sudo bash NVIDIA-Linux-x86_64-430.09.run

Si vous exécutez nvidia-smi et obtenez diverses informations, vous réussirez!

Références

Recommended Posts

Comment installer le pilote NVIDIA sur la destination SSH Ubuntu
Comment installer WildFly sur Ubuntu 18.04
Comment installer les pilotes réseau sur Ubuntu autonome
Comment installer plusieurs JDK sur Ubuntu 18.04 LTS
Comment utiliser les bio-formats sur Ubuntu 20.04
Comment installer MariaDB 10.4 sur CentOS 8
Comment installer java9 sur elementaryOS Freya ou Ubuntu 14.04 LTS
Comment installer et utiliser Composer sur une instance ECS sur Ubuntu 16.04
Comment installer Eclipse (Photon) sur votre Mac
Je souhaite installer PHP 7.2 sur Ubuntu 20.04.
Comment installer la beta php8.0 sur CentOS8
Comment installer et configurer l'outil de surveillance "Graphite" sur Ubuntu
Comment installer Adopt OpenJDK sur Debian, Ubuntu avec apt (-get)
Comment installer kafkacat sur Amazon Linux2
Comment installer Oracle JDK 1.8 dans Ubuntu 18.04 LTS?
Comment créer un environnement Pytorch sur Ubuntu
Comment exécuter NullpoMino 7.5.0 sur la version 64 bits d'Ubuntu 20.04.1
Installez pyqt5 sur ubuntu
Installez Ruby sur Ubuntu 20.04
Comment installer Docker
Comment installer docker-machine
Comment installer MySQL
Comment installer Ruby sur une instance EC2 d'AWS
Installez MySQL 5.6 sur CentOS6 [Comment spécifier la version]
Installez OpenJDK7 (JAVA) sur ubuntu 14.04
Installez Docker sur Ubuntu Server 20.04
Comment déployer avec heroku
Installez l'agent zabbix (5.0) sur Ubuntu 18.04
Installation du proxy MAV sur Ubuntu 18.04
Installez Java sur WSL Ubuntu 18.04
Comment installer Boots Faces
Installez Ubuntu Desktop 20.10 sur RaspberryPi4
Installez WordPress 5.5 sur Ubuntu 20.04 LTS
Installez Ubuntu Server 20.04 sur Btrfs
Remarque: installez PostgreSQL 9.5 sur Ubuntu 18.04
[Rails] Comment installer simple_calendar
[Rails] Comment installer reCAPTCHA
Comment installer JDK8-10 (Mac)
Comment graver un disque d'installation de Windows à partir d'Ubuntu
Comment installer JDK 8 sur Windows sans utiliser le programme d'installation