Skip to content

Commit

Permalink
Update singularity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk authored Aug 17, 2023
1 parent bd71b49 commit c6eccf9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/en/docs/tutorial/singularity.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ rivanna>
export SINGULARITY_CACHEDIR=/scratch/$USER/.singularity/cache
```

Please remember that scratch is not permanent. In case you like a bit more permanent location you can alternatively use

```bash
rivanna>
mkdir -p /project/bii_dsc_community/$USER/.singularity/cache
export SINGULARITY_CACHEDIR=/project/bii_dsc_community/$USER/.singularity/cache
```


### build.def

To build an image you will need a build definition file
Expand Down

0 comments on commit c6eccf9

Please sign in to comment.