Skip to content

Commit edbabd6

Browse files
committed
Add Singularity instructions to the FAQs.
1 parent 684bb5f commit edbabd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq/singularity.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To convert the Mindboggle Docker image to a Singularity image, run::
1010

1111
After the conversion, you'll need 3 mounts (data, working directory, and
1212
home directory) for it to work. Here is an example of the full command
13-
together with some of the optional arguments, using the same
13+
together with some of the optional arguments (thanks, Satra!), using the same
1414
environment variables as in the `README <http://mindboggle.info/software.html>`_::
1515

1616
singularity run \
@@ -24,4 +24,4 @@ environment variables as in the `README <http://mindboggle.info/software.html>`_
2424
--plugin MultiProc --plugin_args "dict(n_procs=2)" \
2525
--fs_openmp 5 --ants_num_threads 5 --mb_num_threads 10
2626

27-
Thanks, Satra!
27+

0 commit comments

Comments
 (0)