Skip to content

Commit

Permalink
add workshop data
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Sep 30, 2024
1 parent e5d07b6 commit 0a70edc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion recipes/mrtrix3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ neurodocker generate ${neurodocker_buildMode} \
--run="wget https://object-store.rc.nectar.org.au/v1/AUTH_dead991e1fa847e3afcca2d3a7041f5d/build/acpcdetect_V2.1_LinuxCentOS6.7.tar.gz \
&& tar zxvf acpcdetect_V2.1_LinuxCentOS6.7.tar.gz \
&& rm -rf acpcdetect_V2.1_LinuxCentOS6.7.tar.gz" \
--workdir /opt/workshop-data \
--run "curl https://osf.io/2mzbn/download \
&& curl https://osf.io/razk2/download \
&& curl https://osf.io/qx29y/download \
&& cat DICOM_dwifslpreproc-*.tar | tar -xi \
&& rm -f DICOM_dwifslpreproc-*.tar" \
--env ARTHOME=/opt/acpcdetect_V2.1/ \
--env PATH='$PATH':/opt/acpcdetect_V2.1/bin \
--env DEPLOY_PATH=/opt/${toolName}-${toolVersion}/bin/:/opt/acpcdetect_V2.1/bin \
--copy README.md /README.md \
--user=neuro \
> ${imageName}.${neurodocker_buildExt}

if [ "$1" != "" ]; then
Expand Down

0 comments on commit 0a70edc

Please sign in to comment.