Build Image
Last updated
Last updated
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.
User Portal > Images
or Admin Portal > Images
Enter Images
management and click + New Image
for adding a custom image spec.
Fill Name
with group-image-sample
(or other name you like).
Choose Build Custom Image
Fill Base Image
with jupyter/base-notebook
.
Don't check off Use Image PullSecret
, a pull-secret is unnecessary since it is a public repository.
Fill Conda
field with -c pytorch -c fastai fastai
[REF]
(Due to the full command is conda install -c pytorch -c fastai fastai
).
(Optional) Fill APT
field with vim
(or other tools).
(Due to base image is Ubuntu
base, APT
is its package management tool.)
(Admin Portal > Images) Set Global
; otherwise specify groups by Edit Groups
.
Click Confirm
to start the building.
When building is started, click Image building in progress
to 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 details
to check the specification.