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