Sign inSign up

sendence/amd64-python-runner

By sendence

•Updated about 10 years ago

Python runner with minimal packages installed.

Artifact
Image
0

5.3K

sendence/amd64-python-runner repository overview

Dockerfile:

FROM ubuntu:16.04

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

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

Tag summary

Content type

Unrecognized

Digest

Size

174.6 MB

Last updated

about 10 years ago

docker pull sendence/amd64-python-runner:0.0.4