Judge0 API v1.1.5 Python 3.6.8
hermanzdosilovic
released this
08 Mar 19:38
·
420 commits
to master
since this release
v1.1.5-python3.6.8 (2019-03-08)
On @guvenim request I have built an Judge0 API image that contains just Python 3.6.8. This release also shows what changes are necessary in api-base and api when you only want to use languages that you need.
Deployment Procedure
- Install Docker and Docker Compose.
- Download and extract release archive:
wget https://github.com/judge0/api/releases/download/v1.1.5-python3.6.8/judge0-api-v1.1.5-python3.6.8.zip
unzip judge0-api-v1.1.5-python3.6.8.zip
- Run all services and wait few seconds until everything is initialized:
cd judge0-api-v1.1.5-python3.6.8
docker-compose up -d
sleep 10s
- Your instance of Judge0 API v1.1.5-python3.6.8 is now available at
http://<IP OF YOUR SERVER>:3000
.