Sign inSign up

dipinhora/python-runner

By dipinhora

Updated over 10 years ago

Python runner with minimal packages installed.

Image
0

115

dipinhora/python-runner repository overview

Dockerfile:

FROM ubuntu:15.10

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

Tag summary

Content type

Image

Digest

Size

182.3 MB

Last updated

over 10 years ago

docker pull dipinhora/python-runner:0.0.1