File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ VER=$(grep -Po '(?<=^__version__ = ).*' $thisd/../heudiconv/info.py | sed 's/"//
8
8
image=" kaczmarj/neurodocker:0.9.1"
9
9
10
10
docker run --rm $image generate docker -b neurodebian:bullseye -p apt \
11
- --dcm2niix version=v1.0.20211006 method=source \
11
+ --dcm2niix version=v1.0.20220720 method=source \
12
12
--install git gcc pigz liblzma-dev libc-dev git-annex-standalone netbase \
13
13
--copy . /src/heudiconv \
14
- --miniconda version=latest conda_install=" python=3.7 traits>=4.6.0 scipy numpy nomkl pandas" \
14
+ --miniconda version=latest conda_install=" python=3.9 traits>=4.6.0 scipy numpy nomkl pandas" \
15
15
pip_install=" /src/heudiconv[all]" \
16
16
pip_opts=" --editable" \
17
17
--entrypoint " heudiconv" \
You can’t perform that action at this time.
0 commit comments