Build Image
This quickstart shows how to build a custom image by the feature of Images. Here we are going to build an image with fastai v1 library for PyTorch provided by Fast.ai based on the Jupyter base-notebook. Fast.ai is a well-known for free online A.I. courses, please check its site if any interest.
Steps
- User Portal > Imagesor- Admin Portal > Images
- Enter - Imagesmanagement and click- + New Imagefor adding a custom image spec.
- Fill - Namewith- group-image-sample(or other name you like).
- Choose - Build Custom Image
- Fill - Base Imagewith- jupyter/base-notebook.
- Don't check off - Use Image PullSecret, a pull-secret is unnecessary since it is a public repository.
- Fill - Condafield with- -c pytorch -c fastai fastai[REF]- (Due to the full command is - conda install -c pytorch -c fastai fastai).
- (Optional) Fill - APTfield with- vim(or other tools).- (Due to base image is - Ubuntubase,- APTis its package management tool.)
- (Admin Portal > Images) Set - Global; otherwise specify groups by- Edit Groups.
- Click - Confirmto start the building.
- When building is started, click Image building in progressto check the build details and log.

- Once the building finishes successfully, there is no triangular exclamation mark as a postfix to the image name. The image is added automatically and becomes available from image selection. Anytime we can click View build detailsto check the specification.

