Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/installation/using_containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ The following basic usage has been shown to work on Linux::

singularity run -B /run MRtrix3.sif mrview

If you have NVidia graphics drivers, you may need to instead use the `--nv` option::

singularity run --nv /run MRtrix3.sif mrview

If you wish to utilise a *clean environment* when executing ``mrview``,
you will likely find that it is necessary to explicitly set the ``DISPLAY``
and ``XDG_RUNTIME_DIR`` environment variables. This could be done in a
Expand Down