Deployment Bootstrap

Bootstrap Scripts

This repository provides installation scripts for setting up Docker and NVIDIA drivers on Ubuntu systems.

Usage

You can run the installation scripts with a single command using curl and bash.

Quick copy commands

All install and uninstall commands are collected here for fast copy and paste.

Versioning

Default latest commands

These are convenient defaults. They are not pinned; the selected version can depend on the host Ubuntu release.

Docker and Docker Compose
latest
sudo bash -c "$(curl -fsSL https://boot.ee.lunit.io/docker/latest/install.sh)"
NVIDIA Driver
latest
sudo bash -c "$(curl -fsSL https://boot.ee.lunit.io/nvidia-driver/latest/install.sh)"
NVIDIA Container Toolkit
latest
bash -c "$(curl -fsSL https://boot.ee.lunit.io/nvidia-container-toolkit/latest/install.sh)"
Uninstall NVIDIA Driver
uninstall
sudo bash -c "$(curl -fsSL https://boot.ee.lunit.io/nvidia-driver/uninstall.sh)"

Versioning and tested Ubuntu targets

Rows with a latest badge are selected by the default latest command. Use a row copy button to install that explicit version.

Docker and Docker Compose

Tested Ubuntu Installable version Copy
24.04 LTSNoble Docker 29.5.3 latest
22.04 LTSJammy Docker 29.5.3 latest
20.04 LTSFocal Docker 28.1.1 latest

NVIDIA Driver

Tested Ubuntu Installable version Copy
24.04 LTSNoble NVIDIA Driver 580 latest
24.04 LTSNoble NVIDIA Driver 535
22.04 LTSJammy NVIDIA Driver 580 latest
22.04 LTSJammy NVIDIA Driver 535
20.04 LTSFocal NVIDIA Driver 535 latest

NVIDIA Container Toolkit

Tested Ubuntu Installable version Copy
24.04 LTSNoble NVIDIA Container Toolkit 1.17.8 latest
22.04 LTSJammy NVIDIA Container Toolkit 1.17.8 latest
20.04 LTSFocal NVIDIA Container Toolkit 1.17.8 latest

Disclaimer

These scripts are intended for Ubuntu 20.04, 22.04, 24.04 LTS systems. Please review the scripts before running them on your machine.

Changelog