BrainArea
BrainArea
Dont know if you still have that issue but i might have found a workaround, see my post there: https://github.com/ReproNim/neurodocker/issues/419
Im having the exact same error with SPM12 r=7771 in a Singularity image by usine Normalize12 function in Nipype. Was any solution found?
How can I help?
@gllmflndn and @kaczmarj : It's working! I used Guillaume configuration file , added jupyter in it to try my script that was giving me the error and no error this...
FYI this is what i changed for the SPM section for docker: ``` ENV FORCE_SPMMCR="1" \ SPM_HTML_BROWSER="0" \ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu:/opt/matlabmcr-2019b/v97/runtime/glnxa64:/opt/matlabmcr-2019b/v97/bin/glnxa64:/opt/matlabmcr-2019b/v97/sys/os/glnxa64:/opt/matlabmcr-2019b/v97/extern/bin/glnxa64" \ MATLABCMD="/opt/matlabmcr-2019b/v97/toolbox/matlab" RUN export TMPDIR="$(mktemp -d)" \ && apt-get update -qq...
Same problem here. Happens when --spm12 version=dev is used.
> thanks @Brainarea ! so the change would be to add > > ``` > git config --global url."https://".insteadOf git:// > ``` > > to the source instructions? Correct!