Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 513 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 513 Bytes

Docker for Python Development

A set of Docker images that copied/modified so I could have a standardized Python development environment across my Mac and Linux machines.

The following is a brief description of the images:

  • python3-base: Contains a standard Python 3.6 installation, with selected packages for scientific computing, statistics and machine learning.
  • python3-notebook: Standard Jupyter Notebook (Python 3.6) with some slight modifications and simplifications for the base user and groups.