Skip to content

Commit

Permalink
rebuild bart
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jul 23, 2024
1 parent df38082 commit 818c687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/bart/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ fi

source ../main_setup.sh

# note regarding cuda version:
# https://github.com/NeuroDesk/neurocontainers/issues/733#issuecomment-2244341944
# Bart v0.9.0 compiled with cuda 12.5.1 generates only empty output.
# 12.0.0 was successful so far.

neurodocker generate ${neurodocker_buildMode} \
--base-image docker.io/nvidia/cuda:12.0.0-devel-ubuntu22.04 \
--pkg-manager apt \
Expand Down

0 comments on commit 818c687

Please sign in to comment.