-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error if pwd is not mounted in the container #273
Comments
And now that I'm here, I was wondering when exactly the python requirements are needed. I suppose they are needed when running |
|
I used the wrapper script, and we are running apptainer version 1.1.5. I tried changing working directory to another network drive ( |
Could it be that there is a name collision? My pwd was |
I don't know if this is the right repo to discuss this issue but here is what I got. I used the neurodesk mricrogl container in the past just fine, and today I updated things by re-running the
build.sh --cli
command. Then, when I tested it I got this error when I launched mricrogl:I thought it was due to re-running the build script and couldn't figure out what went wrong. In the end, I figured out it was because my current working directory (
/opt/neurodesk
) was on a network mount that isn't known in the container. When I did a simplecd ~
everything worked normally again. My question is, can something be done (codewise) to avoid such an error? Otherwise, it would perhaps be good to add this caveat to the docs...The text was updated successfully, but these errors were encountered: