Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 28, 2024
1 parent e35b5bf commit 055963d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
shell: bash -el {0}
run: |
source /opt/SIRF-SuperBuild/INSTALL/bin/env_sirf.sh
conda install -y tensorboard tensorboardx
conda list
if test -f apt.txt; then
sudo apt-get update
xargs -a apt.txt sudo apt-get install -y
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ The organisers will effectively execute:
```sh
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 055963d

Please sign in to comment.