singlefabric
AI AssetsMirror Repository

Custom Images

This section describes how to create custom images.

Introduction

The AI computing platform supports users to build custom images based on preset images or Dockerfile.

Prerequisites

  • The management console account and password have been obtained.
  • Personal real-name authentication has been completed and the account balance is greater than 0 yuan.

Create an Image

  1. Log in to the management console.
  2. In the top navigation bar, click Products and Services > AI Computing Platform to go to its overview page.
  3. In the left navigation bar, select Image Repository. The default page for the preset image list is displayed.
  4. Select the Custom Image Repository tab and click New Image.
  5. In the New Image window, enter the image name and description, then click OK.

Note:

  • The image name must be at least 3 English characters and can only start with a lowercase letter or number. The supported formats are "lowercase English letters/numbers/_/-/.".
  • Description is optional and users can fill it out according to actual situation.

Build the Image

  1. After the image is created, click the name of the image to be built to enter its detailed information page.
  2. On the tag list page, click Build Image.
  3. In the pop-up Build Image window, configure various parameters and click OK.

Parameters

ParameterDescription
LabelThe tag of the currently built image, user-defined.
Image TypeSupports pre-built images or Dockerfile-based images. If using a preset image, users need to configure the parameters. If using Dockerfile, users need to write the Dockerfile without ADD and COPY keywords.

The successfully built image will be displayed in the tag list of the image details page with the status of success. Users can obtain the corresponding image pull command.


On this page