Guillaume Flandin
Guillaume Flandin
Hello @JohannesWiesner I tried your example on Ubuntu 20.04 and I couldn't reproduce the error. I did come across it in the past though, that's why the SPM Dockerfile disables...
Still a bit mysterious but `curl_opts="--insecure"` is a convenient workaround without having to modify the Dockerfile. Are you behind a proxy? What is returned if you use `curl_opts="-v"`?
I will have a look at the issue with SnPM - this happens in the context of the development version of SPM so this is a side issue. I would...
@Brainarea and @kaczmarj: if you can provide me with a minimal example I could try and have a look. It is very possible that we have to definitely move away...
I used the neurodocker config from the first comment with Ubuntu 20.04 and SPM12 r7771to generate a singularity recipe that I modified by hand to use MCR R2019a instead of...
Hi @fsmMLK, which error message do you get? Is it the exact same one than in your original post? You can get a Singularity image containing SPM12 [here](https://github.com/spm/spm-docker) and it...
:thumbsup: makes sense. The way I was testing was redefining these environment variables so this went unnoticed. Thanks.
@zswgzx - the new versions are listed in #319 For the JRE issue, this is due to the old R2010a MATLAB Runtime. There are some other compiled versions of SPM12...
For the moment, there is a version of [SPM12 r7771 with R2019b](https://www.fil.ion.ucl.ac.uk/spm/download/restricted/utopia/dev/spm12_r7771_Linux_R2019b.zip) that we use in [SPM's own Dockerfile](https://github.com/spm/spm-docker/blob/master/matlab/Dockerfile). I don't think all of the various options are yet directly...
The versions of the Compiler and the Runtime have to match for a given compiled application. Compiled SPM12 started with R2010a and that version was kept such that an update...