Skip to content

Commit 5e03d73

Browse files
committed
fixing nipype install
1 parent 77c5b77 commit 5e03d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/generate_dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function generate_main_dockerfile() {
108108
&& curl -sSL --retry 5 https://github.com/nipy/nipype/tarball/master
109109
| tar -xz -C /src/nipype --strip-components 1
110110
&& source activate neuro
111-
&& pip install --no-cache-dir -e /src/nipype" \
111+
&& pip install --no-cache-dir -e /src/nipype[all]" \
112112
--run-bash "mkdir -p /src/pybids
113113
&& curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/master
114114
| tar -xz -C /src/pybids --strip-components 1

0 commit comments

Comments
 (0)