Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lladdy authored Jul 31, 2023
1 parent b7d87f6 commit 890cd48
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 890cd48

Please sign in to comment.