Installation on DigitalOcean Cloud#

This article explains how to install AMD Enterprise AI Suite in DigitalOcean cloud environment. The article complements the full installation article by describing the DigitalOcean specific installation configuration. For more details about the installation steps, refer to the full installation article.

Prerequisites#

Suggested minimum configuration for DigitalOcean droplet:

  • AMD MI300X

  • 1 GPU - 192 GB VRAM - 20 vCPU - 240 GB RAM

  • Boot disk: 720 GB NVMe- Scratch disk: 5 TB NVMe

Software requirements:

  • ROCm™ Software 6.4.0.

Installation steps#

In order to install on a DigitalOcean droplet, copy the following text into a file bloom.yaml, replacing with the ip address of the node.

DOMAIN: <your-ip-address>.nip.io
CERT_OPTION: generate
FIRST_NODE: true
GPU_NODE: true
SKIP_DISK_CHECK: false
USE_CERT_MANAGER: false
CLUSTER_DISKS: /dev/vdc1
OIDC_URL: https://kc.<your-ip-address>.nip.io/realms/airm

Download the installation tool (“bloom”)

wget https://github.com/silogen/cluster-bloom/releases/latest/download/bloom

Make file executable:

chmod +x bloom

Then start the installation:

sudo ./bloom cli --config bloom.yaml

Exit and re-login to source the .bashrc, or run

source ~/.bashrc

Critical security update: Apply security patch#

Warning

Follow the instructions in Security Risk from CVE-2025-55182 to apply the security patch.