Skip to content

Commit

Permalink
Docker image: Use newer debian stable for the base and newer dcm2niix
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 14, 2024
1 parent 7200a0b commit b52a37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/gen-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ VER=$(grep -Po '(?<=^__version__ = ).*' $thisd/../heudiconv/info.py | sed 's/"//
image="kaczmarj/neurodocker:0.9.1"

docker run --rm $image generate docker \
--base-image neurodebian:bullseye \
--base-image neurodebian:bookworm \
--pkg-manager apt \
--dcm2niix \
version=v1.0.20220720 \
version=v1.0.20240202 \
method=source \
cmake_opts="-DZLIB_IMPLEMENTATION=Cloudflare -DUSE_JPEGLS=ON -DUSE_OPENJPEG=ON" \
--install \
Expand Down

0 comments on commit b52a37c

Please sign in to comment.