-
Notifications
You must be signed in to change notification settings - Fork 16
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
Warning in output: Set MPLCONFIGDIR when running bids-mriqc #83
Comments
"interesting" since in principle we do provide a HOME directory at https://github.com/ReproNim/containers/blob/master/scripts/singularity_cmd#L104 and it is writeable. But here specifically (didn't try/look inside) we are talking about |
I was using datalad and I added an echo to the $ datalad containers-run --explicit --container-name containers/bids-mriqc --input sourcedata --output out '{inputs}' '{outputs}' participant group -w workdir
[INFO ] Making sure inputs are available (this may take some time)
[INFO ] == Command start (output follows) =====
singularity run -W /tmp/singtmp.v4PBw8 -B /home/vagrant/DEMO/ds000003-qc/containers/binds/zoneinfo/UTC:/etc/localtime -B /tmp/singtmp.v4PBw8/tmp:/tmp -B /tmp/singtmp.v4PBw8/var/tmp:/var/tmp -e -B /home/vagrant/DEMO/ds000003-qc -H /home/vagrant/DEMO/ds000003-qc/containers/binds/HOME --pwd /home/vagrant/DEMO/ds000003-qc containers/images/bids/bids-mriqc--22.0.6.sing sourcedata out participant group -w workdir |
|
did quick check and I think that may be |
Matplotlib expects a config/cache dir at
/home/mriqc/.config/matplotlib
There is no failure, because something (at least in mriqc 22.0.6) creates a directory in/tmp
.If we have a way to create a directory and set this envvar to it, matplotlib will apparently have better performance.
The text was updated successfully, but these errors were encountered: