Skip to content

Commit

Permalink
fixed BART cuda build
Browse files Browse the repository at this point in the history
  • Loading branch information
dabosch committed Jul 22, 2024
1 parent d0a6afa commit b6b27ff
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 b6b27ff

Please sign in to comment.