# OS Images

### FPT Images

FPT Image is a custom image built by FPT that you can use to get started quickly with any of the GPU servers available. This image comes with several components needed for AI workloads and selects Ubuntu as the Operating System (OS).

The versions of the installed dependencies are optimized for compatibility and might not be the latest versions available.

#### Vietnam region

| Image names                             | Ubuntu 22.04 GPU | AI/ML Ready  |
| --------------------------------------- | ---------------- | ------------ |
| OS base                                 | Ubuntu 22.04     | Ubuntu 22.04 |
| NVIDIA Driver                           | 560.35.03        | 560.35.03    |
| NVIDIA CUDA Toolkit                     | 12.6.85          | 12.6.85      |
| NVIDIA Fabric Manager (NVSwitch Driver) | 560.35           | 560.35       |
| MLNX\_OFED (InfiniBand Driver)          | 24.10            | 24.10        |
| DOCA OFED (Mellanox IB Driver)          | ❌                | ❌            |
| NVIDIA Datacenter GPU Manager           | 3.3.9            | 3.3.9        |
| VAST Data Client                        | 4.0.32           | 4.0.32       |
| Python                                  | 3.10.12          | 3.10.12      |
| NVIDIA Container Toolkit                | ❌                | 1.17.4       |
| NVIDIA cuDNN                            | ❌                | 9.7.1.26     |
| Docker                                  | ❌                | 28.0.1       |
| PyTorch                                 | ❌                | 2.6.0+cu12.6 |

#### Japan region

| Image names                             | Ubuntu 22.04 GPU | Ubuntu 24.04 GPU | AI/ML Ready  |
| --------------------------------------- | ---------------- | ---------------- | ------------ |
| OS base                                 | Ubuntu 22.04     | Ubuntu 24.04     | Ubuntu 22.04 |
| NVIDIA Driver                           | 560.35.03        | 580.95.05        | 580.95.05    |
| NVIDIA CUDA Toolkit                     | 12.6.85          | 13.1.0           | 13.1.0       |
| NVIDIA Fabric Manager (NVSwitch Driver) | 560.35           | 580.95.05        | 580.95.05    |
| MLNX\_OFED (InfiniBand Driver)          | 24.10            | ❌                | 24.10        |
| DOCA OFED (Mellanox IB Driver)          | ❌                | 3.2.0            | ❌            |
| NVIDIA Datacenter GPU Manager           | 3.3.9            | 3.3.9            | 3.3.9        |
| DDN Storage Client                      | 2.14.0           | 2.14.0           | 2.14.0       |
| Python                                  | 3.10.12          | 3.12.3           | 3.12.3       |
| NVIDIA Container Toolkit                | ❌                | 1.18.1-1         | 1.18.1-1     |
| NVIDIA cuDNN                            | ❌                | ❌                | 9.7.1.26     |
| Docker                                  | ❌                | 29.1.2           | 28.0.1       |
| PyTorch                                 | ❌                | ❌                | 2.6.0+cu12.6 |

### Custom images

With custom image templates, you can capture an image of a Bare Metal GPU server to replicate its configuration with minimal changes in the order process. Image templates provide an imaging option for all Bare Metal GPU servers, regardless of operating system. When your image template is complete, you can use it to create another Bare Metal GPU server.

#### Upload an image

1. Sign in to your FPT Cloud account, select a **Tenant**, a **Region** and a **VPC.** (If you have more than one of them.)
2. Navigate to **AI Infrastructure** and **Custom images** in the sidebar, then click **Upload image.**\
   ![](/files/N45vl6mh5nPggHjekHsJ)
3. To upload a file, click on the browser to **choose a file from your computer**, or **drag and drop your file.**\
   ![](/files/MpuY7rG6D2HFA0wED5YQ)
4. Enter the **image name**
5. Click **Upload image**

| You cannot create a new server with this image until the imaging process is complete. The image template processing time varies based on the resources that are available on the physical host and how much data is being captured in the image template. |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Resume processing

You may resume the file processing if it fails.

1. In the Custom image list, Click **Actions** for the custom image with **Failed** status
2. Choose **Resume**

#### Delete an image

1. In the Custom image list, Click **Actions** for the custom image you want to delete, then choose **Delete**\
   ![](/files/Uyo26PcudQI9ZyRjmL2v)
2. A confirmation window titled **Delete custom image** item opens. Click **Delete image** to confirm the deletion

| The server you’ve created from a custom image is not deleted when you delete the image from your account. You can destroy the Bare Metal GPU server from the FPT Customer portal separately. |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-docs.fptcloud.com/fpt-gpu-cloud/metal-cloud/tutorials/os-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
