An open API service indexing awesome lists of open source software.

https://github.com/prg-titech/docker-rpython

A Dockerfie for RPython
https://github.com/prg-titech/docker-rpython

dockerfile pypy rpython

Last synced: about 1 month ago
JSON representation

A Dockerfie for RPython

Awesome Lists containing this project

README

          

# docker-rpython
A Dockerfie for PyPy and RPython.

## How to use
```bash
$ docker pull micchon/rpython:
```

_version_ is available on
- `latest`
- `5.1.1` (stable)

## How to build locally
```bash
$ docker build -t rpython-local .
```