Python base images for Docker Base images with Python and PIP installed. For Python 2.7: FROM orchardup/python:2.7 ... For Python 3.4: FROM orchardup/python:3.4 ...