GPUup Installer

GPUup builds and installs NVIDIA drivers and the CUDA toolkit on Ubuntu Server 22.04 (Jammy) and 24.04 (Noble) for amd64 and arm64/SBSA hosts. The installer is a single bash script designed for curl | bash usage, idempotent re-runs, and strict adherence to NVIDIA repository guidance.

curl -fsSL https://get.gpuup.sh | bash

GPUup autodetects your environment, checks existing drivers and CUDA toolkits, and recommends whether to fresh install, repair, upgrade, or uninstall. Read through the flow summary below, then run the installer when you are ready.

What to expect: the script verifies OS support, probes current NVIDIA drivers and toolkits, and only installs what is missing. Existing configurations stay intact and reruns remain idempotent.

Remote or piped session? Use bash <(curl -fsSL https://get.gpuup.sh) or prefix with GPUUP_FORCE_STDIN=1 so prompts stay interactive.