bxio / matplotlib-minimal

Matplotlib 3.1.0 with Python3.7 on Alpine Linux 3.9

Home Page:https://hub.docker.com/r/bxio/matplotlib-minimal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matplotlib 3.1.1 with Python 3.7.3 on Alpine Linux 3.10.2

Description

This repository provides a Dockerfile for building and image for Matplotlib 3.1.1 with Python 3.7. Matplotlib is compiled from its PyPI source using pip.

The Docker image is based on the latest Alpine Linux version for size optimization (~140MB). It uses Alpine packages from the main and community repos.

Older builds can be found under different docker image tags.

Configuration

Matplotlib compiled with the following configuration:

    Edit setup.cfg to change the build options

    BUILDING MATPLOTLIB
                matplotlib: yes [3.1.1]
                    python: yes [3.7.3 (default, Apr 17 2019, 11:48:37) [GCC 8.3.0]]
                  platform: yes [linux]

    REQUIRED DEPENDENCIES AND EXTENSIONS
                     numpy: yes [version 1.16.4]
          install_requires: yes [handled by setuptools]
                    libagg: yes [pkg-config information for 'libagg' could not
                            be found. Using local copy.]
                  freetype: yes [version 2.10.0]
                       png: yes [version 1.6.37]
                     qhull: yes [pkg-config information for 'libqhull' could not
                            be found. Using local copy.]

    OPTIONAL SUBPACKAGES
               sample_data: yes [installing]
                  toolkits: yes [installing]
                     tests: no  [skipping due to configuration]
            toolkits_tests: no  [skipping due to configuration]

    OPTIONAL BACKEND EXTENSIONS
                       agg: yes [installing]
                     tkagg: yes [installing; run-time loading from Python Tcl /
                            Tk]
                    macosx: no  [Mac OS-X only]
                 windowing: no  [Microsoft Windows only]

    OPTIONAL PACKAGE DATA
                      dlls: no  [skipping due to configuration]

Download

To get the image, run docker pull bxio/matplotlib-minimal

License

MIT

About

Matplotlib 3.1.0 with Python3.7 on Alpine Linux 3.9

https://hub.docker.com/r/bxio/matplotlib-minimal/

License:MIT License


Languages

Language:Dockerfile 100.0%