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:
Choose an image pre-installed with ROCm™ Software, e.g. ROCm version >= 6.4.0
Installation steps#
In order to install on a DigitalOcean droplet, create bloom.yaml file and copy the following text into the file, replacing
DOMAIN: <your-ip-address>.nip.io
CERT_OPTION: generate
FIRST_NODE: true
GPU_NODE: true
CLUSTER_DISKS: /dev/vdc1
Download the installation tool (“bloom”):
wget https://github.com/silogen/cluster-bloom/releases/latest/download/bloom
Make the file executable:
chmod +x bloom
Then start the installation:
sudo ./bloom cli bloom.yaml
Exit and re-login to source the .bashrc, or run
source ~/.bashrc