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: 4 months ago
JSON representation
This is a base image for IBM Model Asset Exchange
- Host: GitHub
- URL: https://github.com/IBM/MAX-Base
- Owner: IBM
- License: apache-2.0
- Created: 2018-09-14T19:29:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T14:13:08.000Z (6 months ago)
- Last Synced: 2024-06-20T05:12:57.121Z (5 months ago)
- Language: Dockerfile
- Size: 46.9 KB
- Stars: 12
- Watchers: 17
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ibmcloud - max-base - This is a base image for IBM Model Asset Exchange. (Data & AI)
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.