How to Create AMD GPU Droplets
Validated on 3 Jun 2025 • Last edited on 3 Jun 2025
AMD Developer Cloud gives developers direct access to AMD GPU acceleration built on DigitalOcean infrastructure. Its preconfigured environments and transparent credit system are designed for students, researchers, and AI startups.
AMD GPU Droplets have GPUs in a single or 8 GPU configuration. They also come with two different kinds of storage: a boot disk for persistent data and a scratch disk for non-persistent data. Learn more about GPU Droplet plans and features.
We provide an AI/ML-ready image for GPU Droplets that has drivers and software from AMD preinstalled. You can also create GPU Droplets with existing Droplet images, but you need to manually install drivers and other software to use the GPUs.
Create a GPU Droplet in the Control Panel
After you log in to the control panel, click the green Create button in the top right to open the Create menu, then click GPU Droplets to go to the GPU Droplet creation page.
Choose an image
In the Choose an image section, you choose the image to use for your Droplet:
Initially, you can choose from four categories of images:
-
OS includes basic Unix-like images with no additional software (like Ubuntu, Fedora, and Debian).
-
1-click images include pre-configured applications, like JupyterLabs.
-
Snapshots are on-demand Droplet and volume images. They’re useful to manually back up or reproducibly create Droplets.
-
Backups are automatic system-level backups taken weekly or daily. You can use backups to rebuild an existing Droplet. We retain weekly backups for four weeks, and daily backups for seven days.
-
Custom images are Unix-like images that you create and upload to your DigitalOcean team.
Once you start using Droplets, you can make backups and take snapshots of them. On the Droplet creation page, tabs for Backups and Snapshots list the backups and snapshots you’ve taken, if any. You can choose those images as the foundation to create new Droplets.
-
Choose an image. We provide an AI/ML-ready image for GPU Droplets which is based on Ubuntu 22.04 and has AMD drivers and software pre-installed. You can also use 1-Click Models which let you deploy popular third-party models directly to GPU Droplets.
GPU Droplets also work with existing Droplet images, but you need to manually install GPU drivers.
Choose a GPU Plan
We offer a single GPU plan and an 8 GPU plan. GPU Droplets also come with a scratch disk, which is a non-persistent disk to store data for staging purposes.
Add an SSH for Authentication
More Options
In the Show more options drop-down menu, you can configure the following options:
-
Enabled automated backups(/products/backups/) allows you to schedule regular backups of your Droplet. This adds a cost to the Droplet’s price depending on the frequency of the backups.
-
Add additional storage allows you to creates and attach additional block storage volumes to your Droplet. When you click Add Volume, you can specify the details of the volume you want to create.
-
Improved metrics and monitoring.
-
Enable IPv6 (free) enables IPv6 access for your Droplet.
-
Startup scripts(/products/droplets/how-to/provide-user-data/) (free) is arbitrary data, most often a cloud-config file or a Bash script, that you can supply to a Droplet during creation. Droplets running distributions with
cloud-init
can consume and execute user data, which is a common way to initially configure the Droplet on first boot. -
If you want to enable jumbo frames, you can do so with user data during creation.
Once you finish selecting your options, click Create GPU Droplet. GPU Droplets generally take longer than non-GPU Droplets to initialize, particularly for 8 GPU Droplets, so allow some time for this process to finish.
Create a GPU Droplet Using the CLI
When creating a GPU Droplet using the CLI, you need to provide values for the --region
, --size
, and --image
flags, which specify the desired datacenter, Droplet plan, and base image for your new Droplet.
The single GPU Droplet size slug is gpu-mi300x1-192gb
. The 8 GPU Droplet size slug is gpu-mi300x8-1536gb
.
Create a Droplet Using the API
When creating a GPU Droplet using the API, you need to provide values for region
, size
, and image
, which specify the desired datacenter, Droplet plan, and base image for your new Droplet.
The single GPU Droplet size slug is gpu-mi300x1-192gb
. The 8 GPU Droplet size slug is gpu-mi300x8-1536gb
.