We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7200a0b commit b52a37cCopy full SHA for b52a37c
utils/gen-docker-image.sh
@@ -8,10 +8,10 @@ VER=$(grep -Po '(?<=^__version__ = ).*' $thisd/../heudiconv/info.py | sed 's/"//
8
image="kaczmarj/neurodocker:0.9.1"
9
10
docker run --rm $image generate docker \
11
- --base-image neurodebian:bullseye \
+ --base-image neurodebian:bookworm \
12
--pkg-manager apt \
13
--dcm2niix \
14
- version=v1.0.20220720 \
+ version=v1.0.20240202 \
15
method=source \
16
cmake_opts="-DZLIB_IMPLEMENTATION=Cloudflare -DUSE_JPEGLS=ON -DUSE_OPENJPEG=ON" \
17
--install \
0 commit comments