Skip to content

Commit

Permalink
updating readme and singularity file to v3.1 to reflect new topup config
Browse files Browse the repository at this point in the history
  • Loading branch information
leonyichencai committed Jun 1, 2024
1 parent 07e8dc0 commit 1a5ee6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sudo docker run --rm \
-v $(pwd)/OUTPUTS:/OUTPUTS/ \
-v <path to license.txt>:/extra/freesurfer/license.txt \
--user $(id -u):$(id -g) \
leonyichencai/synb0-disco:v3.0
leonyichencai/synb0-disco:v3.1
<flags>
```

Expand All @@ -50,7 +50,7 @@ leonyichencai/synb0-disco:v3.0
First, build the synb0.simg container in the current directory:

```
singularity pull docker://leonyichencai/synb0-disco:v3.0
singularity pull docker://leonyichencai/synb0-disco:v3.1
```

Then, to run the synb0.simg container:
Expand Down
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Bootstrap: docker
From: leonyichencai/synb0-disco:v3.0
From: leonyichencai/synb0-disco:v3.1

0 comments on commit 1a5ee6f

Please sign in to comment.