Skip to content

Commit

Permalink
try parallel compile
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Jul 22, 2024
1 parent 2d627d7 commit d0a6afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/bart/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ neurodocker generate ${neurodocker_buildMode} \
--workdir=/opt/${toolName}-${toolVersion}/ \
--run="curl -fsSL --retry 5 https://github.com/mrirecon/bart/archive/v${toolVersion}.tar.gz \
| tar -xz -C /opt/${toolName}-${toolVersion}/ --strip-components 1" \
--run="CUDA_BASE=/usr/local/cuda/ CUDA_LIB=lib64 CUDA=1 make" \
--run="CUDA_BASE=/usr/local/cuda/ CUDA_LIB=lib64 CUDA=1 make -j 8" \
--env TOOLBOX_PATH=/opt/${toolName}-${toolVersion}/ \
--env PATH=/opt/${toolName}-${toolVersion}:${PATH} \
--env DEPLOY_PATH=/opt/${toolName}-${toolVersion}/ \
Expand Down

0 comments on commit d0a6afa

Please sign in to comment.