Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.58 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.58 KB

A Docker image for PyPy 5.0.1

A minimal Ubuntu 14.04.04/Debian (Jessie) based docker image for PyPy 5.0.1. There are also onbuild variants for both.

Setup:

To build an Ubuntu 14.04 based image:

make ubuntu

To build a Debian(Jessie) based image:

make debian

To build everything:

make

To run the PyPy shell:

docker run -it --rm jeethu/pypy:5.0.1

Older PyPy builds are on the following branches

Trusted builds are on Docker Hub.

Credits: