When you create a boot disk for a virtual machine, you need to choose an image for the disk. Compute supports two types of boot disk images:Documentation Index
Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
- Public images are provided and supported by the platform by default.
- Custom images are images that you create yourself with customized software and architecture.
Compatibility types
The image that you choose for a VM must be compatible with the VM’s platform. There are different types of compatibility:- Recommended images ensure stable VM performance.
- Alternative images are compatible with the platform but do not guarantee stable performance.
Image family
Each image has a family. When you use the Nebius AI Cloud CLI or the provider for Terraform to create a boot disk, you need to specify its family. For example, the image Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13) has the familyubuntu24.04-cuda13.0.
How to get a list of available public images
To get a list of public boot disk images available in a region, run:recommended_platforms: Platforms for which the image is recommended.unsupported_platforms: Platforms for which the image is not supported (with reasons, if available).
Images for GPU VMs
For VMs with GPUs, create boot disks from the following images:- Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 12),
ubuntu24.04-cuda12 - Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13),
ubuntu24.04-cuda13.0
| VM platform | Recommended images | Alternative images |
|---|---|---|
NVIDIA® B300 NVLink with Intel Granite Rapids gpu-b300-sxm | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13) ubuntu24.04-cuda13.0 | None |
NVIDIA® B200 NVLink with Intel Emerald Rapids gpu-b200-sxm | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13) ubuntu24.04-cuda13.0 | None |
NVIDIA® B200 NVLink with Intel Emerald Rapids gpu-b200-sxm-a | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13) ubuntu24.04-cuda13.0 | None |
NVIDIA® H200 NVLink with Intel Sapphire Rapids gpu-h200-sxm | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13) ubuntu24.04-cuda13.0 | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 12) ubuntu24.04-cuda12 |
NVIDIA® H100 NVLink with Intel Sapphire Rapids gpu-h100-sxm | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13) ubuntu24.04-cuda13.0 | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 12) ubuntu24.04-cuda12 |
NVIDIA® RTX PRO™ 6000 with Intel Granite Rapids gpu-rtx6000 | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13) ubuntu24.04-cuda13.0 | None |
NVIDIA® L40S PCIe with Intel Ice Lake gpu-l40s-a | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13) ubuntu24.04-cuda13.0 | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 12) ubuntu24.04-cuda12 |
NVIDIA® L40S PCIe with AMD Epyc Genoa gpu-l40s-d | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 13) ubuntu24.04-cuda13.0 | Ubuntu 24.04 LTS for NVIDIA® GPUs (CUDA® 12) ubuntu24.04-cuda12 |
GPU drivers and other components
The boot disk images for VMs with GPUs include the following components:| Component | ubuntu24.04-cuda12 | ubuntu24.04-cuda13.0 |
|---|---|---|
| Drivers preset | cuda12.8 | cuda13.0 |
| CUDA Toolkit | 12.8 (release notes) | 13.0 (release notes) |
| NVIDIA Data Center GPU Driver | 570.x | 580.x |
| Linux kernel | 6.11, NVIDIA HWE | 6.11, NVIDIA HWE |
| Networking package | NVIDIA DOCA 2.9.2 (release notes) | NVIDIA DOCA 3.1.0 (release notes) |
| Other components | ||
Images for non-GPU VMs
For VMs without GPUs, create boot disks from the Ubuntu 24.04 LTS,ubuntu24.04-driverless image without GPU drivers and components.
The following boot disk images are compatible with non-GPU VMs:
| VM platform | Recommended images | Alternative images |
|---|---|---|
Non-GPU AMD EPYC Genoa cpu-d3 | Ubuntu 24.04 LTS ubuntu24.04-driverless | Ubuntu 22.04 LTS ubuntu22.04-driverless |
Non-GPU Intel Ice Lake cpu-e2 | Ubuntu 24.04 LTS ubuntu24.04-driverless | Ubuntu 22.04 LTS ubuntu22.04-driverless |
The images without drivers are also compatible with GPU VMs, but you need to install the drivers and components manually. We recommend using the dedicated images for GPU VMs.
Security updates
Automatic security updates are disabled by default. We recommend that you check the compatibility of new library versions on a test VM, and then apply the updates manually to all running GPU nodes. If you do need automatic updates, you can enable them.InfiniBand and InfiniBand Trade Association are registered trademarks of the InfiniBand Trade Association.