From 2670669e6c2caae99c134714f81efefb66f71098 Mon Sep 17 00:00:00 2001 From: Fernanda Ribeiro <33485379+felenitaribeiro@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:29:56 +1000 Subject: [PATCH] Update build.sh change to env path --- recipes/deepretinotopy/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/deepretinotopy/build.sh b/recipes/deepretinotopy/build.sh index 33550d6f..0b4582f7 100644 --- a/recipes/deepretinotopy/build.sh +++ b/recipes/deepretinotopy/build.sh @@ -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