Supported Images¶
On ScienceCloud, you don't have to install the operating system when you start a new virtual machine. Instead, we provide bootable disks ready to use, so that within one minute you can login to your new instance. These are called images, and are basically files containing bootable virtual disks. We provide some basic images, but you can also create your own and upload it to the cloud.
Warning
Whenever you delete an instance, its root disk as well as ALL your customizations are removed. The base image, however, is never deleted.
Note that the image names below that being with three asterisks are the LATEST supported images. There may be other images available.
Table of supported images on the ScienceCloud¶
| Name | Default User | ID | Additional Information |
|---|---|---|---|
| ***Ubuntu 26.04 (2026-05-05) | ubuntu | c3712424-0f9a-407e-ad8f-61d08eaaa780 | |
| ***Ubuntu 24.04 (2026-05-05) | ubuntu | ee8b8181-5dcb-41b5-8743-77cebbb65805 | |
| ***Windows Server 2022 Standard (2025-05-15) | de6c2733-8d31-4632-82a2-a0f59c88eff6 |
All Ubuntu images come with Apptainer pre-installed.
For further actions with images, check section Snapshots and Images.
GPU usage¶
Users of Ubuntu images should first install NVIDIA drivers, utilities like nvidia-smi, and cuda-toolkit with the following steps:
sudo apt update
sudo apt install ubuntu-drivers-common nvidia-cuda-toolkit -y
sudo ubuntu-drivers install
reboot
For more information about GPUs on ScienceCloud, see section GPU-enabled flavors.