From 890cd48229c9181c7b68c6aa43b70840ecfa9c4c Mon Sep 17 00:00:00 2001 From: Randall Date: Mon, 31 Jul 2023 16:24:51 +0930 Subject: [PATCH] Update README.md --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5c12a44..038558e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,12 @@ -# aiarena-docker -https://hub.docker.com/r/aiarena/arenaclient +# aiarena-docker-base -## Local play - -If you're just looking for a way to play local matches using docker, check out the [local-play-bootstrap](https://github.com/aiarena/local-play-bootstrap). +https://hub.docker.com/r/aiarena/ -## Build +A collection of base images used by the [AI Arena match controller](https://github.com/aiarena/sc2-ai-match-controller). -For general usage, we advise against building the image yourself - refer to the local-play-bootstrap above instead. -Use the following command to build image with name `aiarena`: +## Local play -``` -docker build -t aiarena/arenaclient:latest --build-arg PYTHON_VERSION=3.9 --build-arg SC2_VERSION=4.10 --build-arg VERSION_NUMBER=1.0.0 . -``` +If you're just looking for a way to play local matches using docker, check out the [local-play-bootstrap](https://github.com/aiarena/local-play-bootstrap). ## Tests