Skip to content

Commit

Permalink
Merge branch 'sio2project:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
otargowski authored Jun 6, 2023
2 parents 78d77cb + c96579e commit c1c03bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ which will cause the tests to fail. It is recommended to skip testing Sio2Jail i

# Docker

An official Docker image for sioworkers is available at https://hub.docker.com/r/sio2project/sioworkers.
An [official Docker image](https://github.com/sio2project/sioworkers/pkgs/container/sioworkers) for sioworkers is available on the GitHub Container Registry.

```console
$ docker run --rm \
Expand All @@ -44,7 +44,7 @@ $ docker run --rm \
-e "WORKER_RAM=1024" \
--memory="1152m" \
--cpus=2.0 \
sio2project/sioworkers:latest
ghcr.io/sio2project/sioworkers:latest
```

Notes:
Expand All @@ -65,7 +65,7 @@ version: '3.8'
...

worker:
image: sio2project/sioworkers:latest
image: ghcr.io/sio2project/sioworkers:latest
deploy:
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = "sioworkers",
version = '1.4.1',
version = '1.4.2',
author = "SIO2 Project Team",
author_email = '[email protected]',
description = "Programming contest judging infrastructure",
Expand Down

0 comments on commit c1c03bc

Please sign in to comment.