Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.07 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.07 KB

One-Off Coder Logo

Purpose

The purpose of this container is to create a Python 3.7 environment for use with Raspberry Pi 4 (armv7l).

Note that you should be building and using this container only on a Raspberry Pi 4. If you want to build this container on an x86 machine, try this approach.

docker run --rm --privileged hypriot/qemu-register

Docker Hub

Image

Docker

Build it.

./build.sh

Run it.

docker run -it rpi-python37:local

Observe it.

docker run -it rpi-python37:local python3.7 -c "print('hello, world')"

Take a Look!

Check out Ross Quinlan.

Citation

@misc{oneoffcoder_rpi_python37_2019, 
title={Docker container with Python 3.7 for Raspberry Pi 4}, 
url={https://github.com/oneoffcoder/docker-containers/tree/master/rpi-python37}, 
journal={GitHub},
author={One-Off Coder}, 
year={2019}, 
month={Jul}}