Skip to content
Merged
Changes from 1 commit
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: 3 additions & 1 deletion docs/installation/using_containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ Run GUI command
The following basic usage has been shown to work on Linux::

singularity run -B /run MRtrix3.sif mrview

OR (if using NVIDIA graphics drivers)
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