Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Oct 3, 2024
1 parent dcce26e commit dec7313
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/samsrfx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ neurodocker generate ${neurodocker_buildMode} \
--install wget openjdk-8-jre dbus-x11 libgbm-dev \
--run="wget --no-check-certificate --progress=bar:force -P /opt/${toolName}-${toolVersion}/ https://object-store.rc.nectar.org.au/v1/AUTH_dead991e1fa847e3afcca2d3a7041f5d/build/samsrf_241003.zip \
&& unzip -q samsrf_241003.zip -d /opt/${toolName}-${toolVersion}/ \
&& chmod a+x /opt/${toolName}-${toolVersion}/run_SamSrfX.sh \
&& chmod a+x /opt/${toolName}-${toolVersion}/SamSrfX \
&& chmod a+x /opt/${toolName}-${toolVersion}/samsrf/SamSrfX \
&& rm -f samsrf_241003.zip" \
--env DEPLOY_BINS=SamSrfX \
--env PATH=/opt/${toolName}-${toolVersion}/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
Expand Down

0 comments on commit dec7313

Please sign in to comment.