From fede99f71afe01233f36abee6cdfb6dc8c5681eb Mon Sep 17 00:00:00 2001 From: Fernanda Ribeiro <33485379+felenitaribeiro@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:46:28 +1000 Subject: [PATCH] Update build.sh export correct path to connectome workbench --- recipes/deepretinotopy/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/deepretinotopy/build.sh b/recipes/deepretinotopy/build.sh index 77e53ce8..14819eaa 100644 --- a/recipes/deepretinotopy/build.sh +++ b/recipes/deepretinotopy/build.sh @@ -25,6 +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 DEPLOY_BINS=wb_view:wb_command:wb_shortcuts \ --copy README.md /README.md \ > ${toolName}_${toolVersion}.Dockerfile