Skip to content

Commit

Permalink
Merge pull request #448 from NeuroDesk/felenitaribeiro-patch-1
Browse files Browse the repository at this point in the history
Update build.sh
  • Loading branch information
felenitaribeiro authored Sep 21, 2023
2 parents b69fabd + 2670669 commit 6df855f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/deepretinotopy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ neurodocker generate ${neurodocker_buildMode} \
--run='pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-1.6.0+cu102.html' \
--run='pip install --no-index torch-spline-conv -f https://pytorch-geometric.com/whl/torch-1.6.0+cu102.html' \
--run='git clone https://github.com/felenitaribeiro/nilearn.git' \
--run='export PATH="/opt/workbench/workbench/bin_rh_linux64/:$PATH"' \
--env PATH="/opt/workbench/workbench/bin_rh_linux64/:$PATH" \
--env DEPLOY_BINS=wb_view:wb_command:wb_shortcuts \
--copy README.md /README.md \
> ${toolName}_${toolVersion}.Dockerfile
Expand Down

0 comments on commit 6df855f

Please sign in to comment.