Skip to content

Commit

Permalink
Merge pull request #732 from NeuroDesk/bart_0.9.00_cuda
Browse files Browse the repository at this point in the history
fixed BART cuda build
  • Loading branch information
dabosch authored Jul 22, 2024
2 parents d0a6afa + b6b27ff commit 9441a95
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 @@ -13,7 +13,7 @@ fi
source ../main_setup.sh

neurodocker generate ${neurodocker_buildMode} \
--base-image docker.io/nvidia/cuda:12.5.1-devel-ubuntu24.04 \
--base-image docker.io/nvidia/cuda:12.5.1-devel-ubuntu22.04 \
--pkg-manager apt \
--run="printf '#!/bin/bash\nls -la' > /usr/bin/ll" \
--run="chmod +x /usr/bin/ll" \
Expand Down

0 comments on commit 9441a95

Please sign in to comment.