Skip to content

Commit da2fab0

Browse files
author
Jakub Kaczmarzyk
committed
use most recent neurodocker + activate conda env
1 parent 32c2f42 commit da2fab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/generate_dockerfiles.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ do
5252
esac
5353
done
5454

55-
NEURODOCKER_IMAGE="kaczmarj/neurodocker:0.4.1"
55+
NEURODOCKER_IMAGE="kaczmarj/neurodocker:master@sha256:dd868878266e615335a911f4682e7a3e1b7c72fc3684c5b57f1da5122a40ee96"
5656
# neurodebian:stretch-non-free pulled on September 19, 2018
5757
BASE_IMAGE="neurodebian@sha256:7cd978427d7ad215834fee221d0536ed7825b3cddebc481eba2d792dfc2f7332"
5858

@@ -91,6 +91,7 @@ function generate_main_dockerfile() {
9191
icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
9292
pandas psutil scikit-learn scipy traits=4.6.0' \
9393
pip_install="grabbit==0.1.2 https://github.com/INCF/pybids/tarball/0.5.1" \
94+
activate=true \
9495
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
9596
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
9697
--copy . /src/nipype \

0 commit comments

Comments
 (0)