Skip to content

Commit

Permalink
added GUI instruction again
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Nov 4, 2024
1 parent 7d01d35 commit 50ad332
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion content/en/docs/Getting Started/Hosted/bunya.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ ml av
Or you can module load any tool you need:
```
ml qsmxt/6.4.1
```
```

If you want to use GUI applications (fsleyes, afni, suma, ...) you need to overwrite the temporary directory to be /tmp (otherwise you get an error that it cannot connect to the DISPLAY):
```
export TMPDIR=/tmp
```

If you are missing an application, please contact [email protected] and ask for the neurodesk installation to be updated on Bunya :)

0 comments on commit 50ad332

Please sign in to comment.