Skip to content

Commit

Permalink
Merge pull request psychoinformatics-de#48 from psychoinformatics-de/…
Browse files Browse the repository at this point in the history
…mslw-patch-3

docs: fix the singularity-calling script
  • Loading branch information
mslw authored Jul 18, 2024
2 parents 9ea07e2 + da9eb92 commit a0e9c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and save it as ``icf-utils``:
#!/bin/sh
set -e -u
singularity run -B <absolute-path-to-data> <absolute-path-to-icf.sif-file> "$@" > icf-utils
singularity run -B <absolute-path-to-data> <absolute-path-to-icf.sif-file> "$@"
The ``-B`` defines a bind path, making it accessible from within the
container.
Expand Down

0 comments on commit a0e9c94

Please sign in to comment.