You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just had an issue with somebody who had used the pip install method and running with the --use-singularity flag, but was encountering errors. The solution was pretty simple: export SINGULARITY_BINDPATH=/home:/home
This wasn't somebody who often uses singularity so it was pretty hard for her to track down the issue. Maybe we can add a note about this in the installation docs.
The text was updated successfully, but these errors were encountered:
Just had an issue with somebody who had used the
pip install
method and running with the--use-singularity
flag, but was encountering errors. The solution was pretty simple:export SINGULARITY_BINDPATH=/home:/home
This wasn't somebody who often uses singularity so it was pretty hard for her to track down the issue. Maybe we can add a note about this in the installation docs.
The text was updated successfully, but these errors were encountered: