nvidia-docker on AUR (Arch User Repository)

Last updated: July 05,2024

1. Install "nvidia-docker" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install nvidia-docker on Arch using YAY

$ yay -S nvidia-docker

* (Optional) Uninstall nvidia-docker on Arch using YAY

$ yay -Rns nvidia-docker

2. Manually Install "nvidia-docker" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone nvidia-docker's git locally

$ git clone https://aur.archlinux.org/nvidia-docker.git ~/nvidia-docker

c. Go to ~/nvidia-docker folder and install it

$ cd ~/nvidia-docker $ makepkg -si

3. Information about the nvidia-docker package on Arch User Repository (AUR)

ID: 1109757
Name: nvidia-docker
PackageBaseID: 113981
PackageBase: nvidia-docker
Version: 2.11.0-1
Description: Build and run Docker containers leveraging NVIDIA GPUs
URL: https://github.com/NVIDIA/nvidia-docker
NumVotes: 36
Popularity: 0.005104
OutOfDate:
Maintainer: jshap
FirstSubmitted: 1469524642
LastModified: 1657374998
URLPath: /cgit/aur.git/snapshot/nvidia-docker.tar.gz