We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c5b77 commit 5e03d73Copy full SHA for 5e03d73
docker/generate_dockerfiles.sh
@@ -108,7 +108,7 @@ function generate_main_dockerfile() {
108
&& curl -sSL --retry 5 https://github.com/nipy/nipype/tarball/master
109
| tar -xz -C /src/nipype --strip-components 1
110
&& source activate neuro
111
- && pip install --no-cache-dir -e /src/nipype" \
+ && pip install --no-cache-dir -e /src/nipype[all]" \
112
--run-bash "mkdir -p /src/pybids
113
&& curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/master
114
| tar -xz -C /src/pybids --strip-components 1
0 commit comments