Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 711 Bytes

File metadata and controls

26 lines (18 loc) · 711 Bytes

Dockerized Python 3.5 with scientific Python packages

This project generates a Docker image based on Alpine with LLVM 7 and MySQL served by larsklitzke/alpine-python3.5-llvm7-mysql for Python 3.5 for data analysis. Therefore, it adds the following python packages:

  • numpy
  • scipy
  • scikit-learn
  • numba
  • pandas
  • matplotlib
  • Pillow
  • PyYAML

Docker image

The latest version of the image is hosted on Dockerhub.

You can use the image in your project by pulling it from Dockerhub with

  docker pull larsklitzke/alpine-mysql-python3.5-scientific