Skip to main content

Operating System Images

An operating system (OS) image is a pre-configured representation of an operating system used for creating and deploying virtual machines. It includes all the necessary files, configurations, and settings needed to run the operating system in a virtualized environment.

This article provides details about the available images and offers guidance on selecting the appropriate one for your virtual machines.

In this article


Ubuntu images offered by Hyperstack

To select an Ubuntu image for a new virtual machine, simply choose your desired image from the dropdown menu in the "Choose an image" section of the "Deploy Virtual Machine" page. Explore details about each Ubuntu image provided by Hyperstack below.

note

When deploying a virtual machine via the API, use the API Image Name provided in the tables below and specify it in the image_name field.

Driver/CUDA pre-installed images

Hyperstack now provides Ubuntu images pre-installed with NexGen-supported NVIDIA drivers and CUDA toolkit, streamlining the deployment process for virtual machines. These images significantly reduce the required build time for a new virtual machine, saving 15-20 minutes compared to our existing images. Additionally, since the drivers and CUDA toolkit are already installed, there's no need for an additional reboot of the VM after deployment.

We offer pre-installed images with NVIDIA driver/CUDA for Ubuntu 20.04 LTS and 22.04 LTS. In both cases, the image includes NVIDIA driver R535 and CUDA toolkit 12.2.

Hyperstack Image NameAPI Image NameDistributionNVIDIA DriverCUDA ToolkitShipped With Kernel VersionKernel Version Installed on Image
Server 20.04 LTS R535 CUDA 12.2Ubuntu Server 20.04 LTS R535 CUDA 12.2Ubuntu 20.04R53512.25.4 (GA)5.15 (HWE)
Server 22.04 LTS R535 CUDA 12.2Ubuntu Server 22.04 LTS R535 CUDA 12.2Ubuntu 22.04R53512.25.15 (GA)6.5 (HWE)

These driver/CUDA pre-installed images are now available for use in both the CANADA-1 and NORWAY-1 regions.

Vanilla images (no driver/CUDA installed)

Alongside the driver/CUDA pre-installed images, we offer "vanilla" images for both Ubuntu 20.04 LTS and 22.04 LTS. These images come without any pre-installed driver/CUDA and are suitable for CPU-only virtual machines or situations where you prefer to install custom NVIDIA drivers and CUDA toolkit for your VM.

Region NORWAY-1

Hyperstack Image NameAPI Image NameDistributionNVIDIA DriverCUDA ToolkitShipped With Kernel VersionKernel Version Installed on Image
Server 20.04 LTSUbuntu Server 20.04 LTS Ubuntu 20.04Not installedNot installed5.4 (GA)5.15 (HWE)
Server 22.04 LTSUbuntu Server 22.04 LTS Ubuntu 22.04Not installedNot installed5.15 (GA)6.5 (HWE)

Region CANADA-1

Hyperstack Image NameAPI Image NameDistributionNVIDIA DriverCUDA ToolkitShipped With Kernel VersionKernel Version Installed on Image
Server 20.04 LTSUbuntu Server 20.04 LTS (Focal Fossa)Ubuntu 20.04Not installedNot installed5.4 (GA)5.15 (HWE)
Server 22.04 LTSUbuntu Server 22.04 LTS (Jammy Jellyfish)Ubuntu 22.04Not installedNot installed5.15 (GA)6.5 (HWE)

List images API

To see the current list of available images in Infrahub/Hyperstack, refer to our API documentation here, which provides details on using the GET /core/images endpoint.


Back to top