We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721207c commit bc566b5Copy full SHA for bc566b5
docker/generate_dockerfiles.sh
@@ -111,7 +111,7 @@ function generate_main_dockerfile() {
111
pip_opts="-e" \
112
pip_install="/src/nipype[all] https://github.com/bids-standard/pybids/tarball/0.7.0" \
113
--miniconda use_env=neuro \
114
- pip_install="niflow-nipype1-workflows" \
+ pip_install='"niflow-nipype1-workflows>=0.4.0"' \
115
--workdir /work \
116
--label org.label-schema.build-date='$BUILD_DATE' \
117
org.label-schema.name="NIPYPE" \
0 commit comments