Skip to content

Commit 8d9d600

Browse files
committed
Run neurodocker 0.4.3, and freeze (Neuro)Debian
1 parent 1b1cd10 commit 8d9d600

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

generate_container.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#!/bin/bash
22

3+
set -eu
4+
35
generate() {
46
#neurodocker generate "$1" \
5-
docker run --rm kaczmarj/neurodocker:master generate "$1" \
7+
docker run --rm kaczmarj/neurodocker:0.4.3 generate "$1" \
68
--base=neurodebian:stretch \
79
--pkg-manager=apt \
10+
--ndfreeze date=20190105 \
811
--install vim wget strace time ncdu gnupg curl procps datalad pigz \
912
git-annex-standalone python-nipype virtualenv \
1013
python-dcmstack python-configparser python-funcsigs \

0 commit comments

Comments
 (0)