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
Hey, I’m not sure if this is a general bug or specific to our setup. What might have changed between 2024-12-10 and 2024-12-19? There are new Docker images but no release notes for those changes. It works fine until 2024-12-10, but all new images after that fail.
We have a /storage folder mounted in Docker. If we run:
ml freesurfer
cd /storage
freeview
or use the same with fmriprep, we get this error:
FATAL: failed to set working directory: chdir /storage: no such file or directory
But the folder exists and is accessible by the user inside the container.
Any idea what changed or how to fix this?
The text was updated successfully, but these errors were encountered:
The problem is that due to a bug in Docker on MacOS on apple silicon we have to start the singularity containers with the -w flag. This flag results in directories not being created inside the container when they do not yet exist.
The workaround would be to change the /storage location to one of our supported locations - e.g. /data/ or /neurodesktop-storage
I also now added /storage as a new supported mount location
Hey, I’m not sure if this is a general bug or specific to our setup. What might have changed between 2024-12-10 and 2024-12-19? There are new Docker images but no release notes for those changes. It works fine until 2024-12-10, but all new images after that fail.
We have a
/storage
folder mounted in Docker. If we run:or use the same with
fmriprep
, we get this error:But the folder exists and is accessible by the user inside the container.
Any idea what changed or how to fix this?
The text was updated successfully, but these errors were encountered: