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
- Host: GitHub
- URL: https://github.com/prg-titech/docker-rpython
- Owner: prg-titech
- Created: 2017-05-28T08:38:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T15:22:06.000Z (over 8 years ago)
- Last Synced: 2025-06-10T15:45:38.166Z (9 months ago)
- Topics: dockerfile, pypy, rpython
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```