Alpine Linux based matplotlib (python3)
1.3K
Lightweight container in less than 350M
This Docker container is based on Alpine Linux and includes matplotlib, numpy, and Python. It also includes the 'Comic Sans' font for xkcd style in matplotlib.
You can use this container as a base for your own Docker containers that require matplotlib. Simply add the following line to your Dockerfile:
FROM andgineer/matplotlib
Then, copy your application files into the container and set the working directory, user, and command as necessary.
An example Dockerfile for an IoT calendar application using this container can be found in the GitHub repository Calendar for IoT.
Content type
Image
Digest
sha256:5e78f652f…
Size
252.8 MB
Last updated
about 1 month ago
docker pull andgineer/matplotlib