> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/fpt-gpu-cloud/metal-cloud/tutorials/os-images.md).

# 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.

| OS Images                               | Ubuntu 22.04                                                                                              | Ubuntu 24.04                                                                                             |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| NVIDIA Driver                           | 580.159.04                                                                                                | 580.159.04                                                                                               |
| NVIDIA CUDA Toolkit                     | 13.0                                                                                                      | 13.0                                                                                                     |
| NVIDIA Fabric Manager (NVSwitch Driver) | 580.159.04                                                                                                | 580.159.04                                                                                               |
| NVIDIA DOCA OFED (Mellanox IB Driver)   | 3.3.0-088000                                                                                              | 3.3.0-088000                                                                                             |
| NVIDIA Datacenter GPU Manager           | 4.5.3-1                                                                                                   | 4.5.3-1                                                                                                  |
| NVIDIA HPCX                             | v2.26-cuda13                                                                                              | v2.26-cuda13                                                                                             |
| High-performance storage client         | <ul><li>Vietnam region: VAST Data Client 4.0.40</li><li>Japan region: DDN Storage Client 2.14.0</li></ul> | <ul><li>Vietnam region: VAST Data Client 4.5.7</li><li>Japan region: DDN Storage Client 2.14.0</li></ul> |
| Python                                  | 3.10.12                                                                                                   | 3.12.3                                                                                                   |
| Docker                                  | 29.5.2-1                                                                                                  | 29.5.2-1                                                                                                 |
| NVIDIA Container Toolkit                | 1.19.1-1                                                                                                  | 1.19.1-1                                                                                                 |

### 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
