Docker image with preinstalled numpy, pandas and mysqlclient

If you are ever in need of an image with pre-compiled numpy with pandas on top of a debian distro for your project, you can give a try to my image, which is publicly available on DockerHub:

https://hub.docker.com/r/k3rn3l3rr0r/pandas-numpy-debian

Currently, the master tagged image has a size of 122 MB and contains of the following ingredients compiled, mixed and shaken well:

  • debian-slim-buster
  • python 3.8.3
  • numpy 1.16.4
  • pandas 0.24.2
  • mysqlclient 1.4.6