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.

Install Docker and Docker Compose

sudo bash -c "$(curl -fsSL https://boot.ee.lunit.io/docker/ubuntu/install_docker.sh)"

Install NVIDIA Drivers

sudo bash -c "$(curl -fsSL https://boot.ee.lunit.io/nvidia/ubuntu/install_nvidia-driver-inline.sh)"

Install NVIDIA Container Toolkit

bash -c "$(curl -fsSL https://boot.ee.lunit.io/nvidia/ubuntu/install_nvidia-container-toolkit-inline.sh)"

Uninstall NVIDIA Drivers

sudo bash -c "$(curl -fsSL https://boot.ee.lunit.io/nvidia/ubuntu/uninstall_nvidia-driver-inline.sh)"

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.