Raspbian Jessie image with python 3.5 built in for under 200MB.
424
Here is my first attempt at creating a small docker image based on raspbian jessie and with the latest python built in to provide a foundation for other python related projects.
For a smaller python 3.5 capable raspberry pi image, see my picore image.
docker pull generalaardvark/rpi-python35
docker run -it generalaardvark/rpi-python35
Big thanks for ideas and code to Tatsushid as I took inspiration from his tinycore python image and of course to Resin's Raspbian Image.
Link to Dockerfile on github.
docker build -t rpi-python35 .
Content type
Unrecognized
Digest
Size
71.4 MB
Last updated
about 10 years ago
docker pull generalaardvark/rpi-python35