The images built here are used for one of two purposes:
-
As base images for testing and doc generation for the
pmdarimaproject. Note that for this purpose, the only images that should be included are those that help significantly reduce CI/CD build times. -
To serve as pre-built base images with the
pmdarimapackage already installed. Images that serve this purpose will be tagged with the version ofpmdarimathat they have installed.
All images are pushed to the alkalineml prefix. You can pull whatever image you like
with docker pull, e.g.:
$ docker pull alkalineml/pmdarima-doc-base:latest
$ docker pull alkalineml/pmdarima:latestRunning the containers will start an ipython session by default:
$ docker run --rm -it alkalineml/pmdarima:latest
Python 3.7.4 (default, Sep 12 2019, 15:40:15)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.8.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import pmdarima as pm