The repository is part of the Compiler Explorer project. It builds the docker images used to build the various Python interpreters used on the site.
$ docker build -t pythonbuilder .
$ docker run pythonbuilder ./build.sh 3.8.1
The repository is part of the Compiler Explorer project. It builds the docker images used to build the various Python interpreters used on the site.
$ docker build -t pythonbuilder .
$ docker run pythonbuilder ./build.sh 3.8.1