Skip to content

Commit

Permalink
fix SPM environment call for nipype in jupyterlab SKIPCI
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Feb 14, 2024
1 parent 81babbb commit 487747c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/spm12/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ neurodocker generate ${neurodocker_buildMode} \
--env DEPLOY_BINS=run_spm12.sh:spm12 \
--env PATH='$PATH':/opt/spm12:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
--env DEPLOY_ENV_FORCE_SPMMCR="1" \
--env DEPLOY_ENV_SPMMCRCMD="BASEPATH/opt/spm12/run_spm12.sh BASEPATH/opt/mcr/v97/ script" \
--env DEPLOY_ENV_SPMMCRCMD="run_spm12.sh /opt/mcr/${MCR_VERSION}/ script" \
--copy README.md /README.md \
> ${toolName}_${toolVersion}.${neurodocker_buildExt}

Expand Down

0 comments on commit 487747c

Please sign in to comment.