HEAVY.AI Installation using Docker on Ubuntu
Preparation
Install Docker
sudo apt-get purge nvidia-docker
for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; donesudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.ascecho \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/nullInstall NVIDIA Drivers and NVIDIA Container ᴳᴾᵁ ᴼᴾᵀᴵᴼᴺ
Install NVIDIA Drivers
Install NVIDIA Docker Runtime
Check NVIDIA Drivers

HEAVY.AI Installation
Configure Firewall ᴼᴾᵀᴵᴼᴺᴬᴸ
Licensing HEAVY.AI ᵉᵉ⁻ᶠʳᵉᵉ ᵒⁿˡʸ
Command-Line Access
Final Checks
Load Sample Data and Run a Simple Query
Create a Dashboard Using Heavy Immerse ᵉᵉ⁻ᶠʳᵉᵉ ᵒⁿˡʸ ¹


¹ In the OS Edition, Heavy Immerse Service is unavailable.
² The OS Edition does not require a license key.
Last updated
Was this helpful?

