codait/max-base

By codait

Updated over 3 years ago

IBM Code Model Asset Exchange - Base Image

Image
1

10K+

Build Status

This repository contains code for building the "base" Docker image used by all other Model Asset Exchange models.

The base image is intended to contain requirements common across all MAX models to reduce the amount of packages that need to be downloaded when downloading or building multiple containers for MAX models.

The Docker image is hosted on the CODAIT Quay.io profile and can be used as a base image from which to extend a Dockerfile for a MAX model:

FROM quay.io/codait/max-base:VERSION

Where VERSION is the relevant version of the base image, or latest for the master branch build.

Docker Pull Command

docker pull codait/max-base