Skip to content

Commit

Permalink
docker: edge image
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 27, 2024
1 parent 64d9afc commit b4e3d85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check:
runs-on: ubuntu-latest
container:
image: ghcr.io/synerbi/sirf:latest
image: ghcr.io/synerbi/sirf:edge
options: --user root # https://github.com/actions/checkout/issues/956
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The organisers will provide GPU-enabled cloud runners which have access to large
## Layout

Only [`main.py`](main.py) is required.
[SIRF](https://github.com/SyneRBI/SIRF), [CIL](https://github.com/TomographicImaging/CIL), and CUDA are already installed (using [synerbi/sirf:latest-gpu](https://github.com/synerbi/SIRF-SuperBuild/pkgs/container/sirf)).
[SIRF](https://github.com/SyneRBI/SIRF), [CIL](https://github.com/TomographicImaging/CIL), and CUDA are already installed (using [synerbi/sirf](https://github.com/synerbi/SIRF-SuperBuild/pkgs/container/sirf)).
Additional dependencies may be specified via `apt.txt`, `environment.yml`, and/or `requirements.txt`.

- (required) `main.py`: must define a `class Submission(cil.optimisation.algorithms.Algorithm)`
Expand All @@ -28,7 +28,8 @@ Some `example*.ipynb` notebooks are provided and can be used for experimenting.
The organisers will effectively execute:

```sh
docker run --rm -it -v data:/mnt/share/petric:ro ghcr.io/synerbi/sirf:latest-gpu
docker run --rm -it -v data:/mnt/share/petric:ro ghcr.io/synerbi/sirf:edge-gpu
# or ideally ghcr.io/synerbi/sirf:latest-gpu after the next SIRF release!
conda install tensorboard tensorboardx
python
```
Expand Down

0 comments on commit b4e3d85

Please sign in to comment.