Skip to content

Commit

Permalink
try to build itksnap and upload with rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jan 12, 2024
1 parent 5bec977 commit 11514c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/itksnap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ neurodocker generate ${neurodocker_buildMode} \
--run="curl -fsSL --retry 5 https://ixpeering.dl.sourceforge.net/project/itk-snap/itk-snap/${toolVersion}/itksnap-${toolVersion}-Linux-gcc64.tar.gz | tar -xz --strip-components=1 -C /opt/${toolName}-${toolVersion}" \
--env DEPLOY_PATH=/opt/${toolName}-${toolVersion}/bin/ \
--env PATH='$PATH':/opt/${toolName}-${toolVersion}/bin/ \
--run="updatedb" \
--copy README.md /README.md \
> ${imageName}.${neurodocker_buildExt}

Expand Down

0 comments on commit 11514c6

Please sign in to comment.