Sign inSign up

vekerdyb/rpi-python3

By vekerdyb

Updated over 9 years ago

Raspberry Pi Python 3 image

Image
0

10K+

vekerdyb/rpi-python3 repository overview

Based on https://github.com/hypriot/rpi-python/blob/python-3.5/alpine/3.5/Dockerfile but with pip3 properly installed.

Dockerfile:

FROM hypriot/rpi-alpine
RUN apk add -U \
    python3 \
    python3-dev \
    py-pip \
    py-virtualenv
RUN python3 -m ensurepip

Tag summary

Content type

Image

Digest

Size

83.9 MB

Last updated

over 9 years ago

docker pull vekerdyb/rpi-python3