Base image with Python 2.7 built from source. Image is a building block for an FFMPEG/OpenCV image
1.8K
A Docker image running Ubuntu:trusty with Python 2.7, used as based for
docker build -t <imageName> .
Docker Hub: https://registry.hub.docker.com/u/dkarchmervue/python27
Source and example: https://github.com/ampervue/docker-python27
docker pull dkarchmervue/python27
docker run --rm -ti dkarchmervue/python27 python --version
docker run --rm -ti -v ${PWD}:/work dkarchmervue/python27 python your-python-script.py
docker run --rm -ti dkarchmervue/python27 bash
For Python 3.4, use https://github.com/ampervue/docker-python34
Content type
Image
Digest
Size
419.1 MB
Last updated
over 10 years ago
docker pull ampervue/python27