Skip to content

Commit

Permalink
Run neurodocker 0.4.3, and freeze (Neuro)Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 5, 2019
1 parent 1b1cd10 commit 8d9d600
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generate_container.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#!/bin/bash

set -eu

generate() {
#neurodocker generate "$1" \
docker run --rm kaczmarj/neurodocker:master generate "$1" \
docker run --rm kaczmarj/neurodocker:0.4.3 generate "$1" \
--base=neurodebian:stretch \
--pkg-manager=apt \
--ndfreeze date=20190105 \
--install vim wget strace time ncdu gnupg curl procps datalad pigz \
git-annex-standalone python-nipype virtualenv \
python-dcmstack python-configparser python-funcsigs \
Expand Down

0 comments on commit 8d9d600

Please sign in to comment.