Skip to content

jeethu/docker-pypy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published