Sign inSign up

sendence/armhf-python-runner

By sendence

•Updated about 10 years ago

Armhf python runner with minimal packages installed.

Artifact
Image
0

3.3K

sendence/armhf-python-runner repository overview

Dockerfile:

FROM resin/armv7hf-debian-qemu

RUN [ "cross-build-start" ]

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
    python3 \
    python3-pip \
    python3-numpy && \
    pip3 install click && \
    pip3 install -U pytest && \
    rm -rf /var/lib/apt/lists/* && \
    apt-get -y autoclean && \
    apt-get -y autoremove --purge && \
    apt-get -y clean

ADD armhf-*.tar.gz /usr/local/

Tag summary

Content type

Unrecognized

Digest

Size

177.8 MB

Last updated

about 10 years ago

docker pull sendence/armhf-python-runner:0.0.4