Skip to content

Commit 249a56c

Browse files
committed
Pin grabbit 0.1.2 for now
1 parent 88668de commit 249a56c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/generate_dockerfiles.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ function generate_main_dockerfile() {
106106
pandas psutil scikit-learn scipy traits=4.6.0' \
107107
pip_opts="-e" \
108108
pip_install="/src/nipype[all]" \
109+
--miniconda env_name=neuro \
110+
pip_install="grabbit==0.1.2" \
109111
--run-bash "mkdir -p /src/pybids
110112
&& curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/0.5.1
111113
| tar -xz -C /src/pybids --strip-components 1

0 commit comments

Comments
 (0)