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
which then gets inherited also within singularity container we convert docker container into in https://github.com/ReproNim/containers so it is "hardcoded" even if I would run in singularity with current user, and thus having no /home/mriqc. As a result we get
> File "/opt/conda/lib/python3.11/pathlib.py", line 1116, in mkdir
> os.mkdir(self, mode)
> OSError: [Errno 30] Read-only file system: '/home/mriqc/.cache'
The text was updated successfully, but these errors were encountered:
ATM https://github.com/nipreps/mriqc/blob/master/Dockerfile#L164
which then gets inherited also within singularity container we convert docker container into in https://github.com/ReproNim/containers so it is "hardcoded" even if I would run in singularity with current user, and thus having no
/home/mriqc
. As a result we getThe text was updated successfully, but these errors were encountered: