Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/IBM/MAX-Base

This is a base image for IBM Model Asset Exchange
https://github.com/IBM/MAX-Base

Last synced: 2 months ago
JSON representation

This is a base image for IBM Model Asset Exchange

Lists

README

        

[![Build Status](https://travis-ci.org/IBM/MAX-Base.svg?branch=master)](https://travis-ci.org/IBM/MAX-Base)

This repository contains code for building the "base" Docker image used by all other
[Model Asset Exchange](https://developer.ibm.com/exchanges/models/) 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](https://quay.io/repository/codait/max-base) and can be used as a base image from which to extend a Dockerfile for a MAX model:

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

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