Skip to content

Commit 95d690c

Browse files
committed
Install pigz, progress bids validator and dcm2niix to current versions
1 parent f3c22ce commit 95d690c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

generate_container.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
#!/bin/bash
22

33
generate() {
4+
#neurodocker generate "$1" \
45
docker run --rm kaczmarj/neurodocker:master generate "$1" \
56
--base=neurodebian:stretch \
67
--pkg-manager=apt \
7-
--install vim wget strace time ncdu gnupg curl procps datalad \
8+
--install vim wget strace time ncdu gnupg curl procps datalad pigz \
89
git-annex-standalone python-nipype virtualenv \
910
python-dcmstack python-configparser python-funcsigs \
1011
python-pytest dcmtk python-pip python-wheel python-setuptools python-datalad \
1112
--run "curl -sL https://deb.nodesource.com/setup_6.x | bash - "\
1213
--install nodejs npm \
13-
--run "npm install -g bids-validator@0.26.11" \
14+
--run "npm install -g bids-validator@1.1.1" \
1415
--run "mkdir /afs /inbox" \
1516
--run "pip install heudiconv" \
16-
--dcm2niix version="v1.0.20180622" method="source" \
17+
--dcm2niix version="v1.0.20181125" method="source" \
1718
--run "echo '#!/bin/bash' >> /neurodocker/heudiconv.sh && echo 'heudiconv \"\$@\"' >> /neurodocker/heudiconv.sh && chmod +x /neurodocker/heudiconv.sh" \
1819
--user=reproin \
1920
--entrypoint "/neurodocker/heudiconv.sh"

0 commit comments

Comments
 (0)