File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ function generate_main_dockerfile() {
94
94
conda_install=' python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
95
95
libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
96
96
pandas psutil scikit-learn scipy traits rdflib' \
97
- pip_install=" pytest-xdist niflow-nipype1-workflows " \
97
+ pip_install=" pytest-xdist" \
98
98
activate=true \
99
99
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
100
100
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
@@ -110,6 +110,8 @@ function generate_main_dockerfile() {
110
110
--miniconda use_env=neuro \
111
111
pip_opts=" -e" \
112
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" \
113
115
--workdir /work \
114
116
--label org.label-schema.build-date=' $BUILD_DATE' \
115
117
org.label-schema.name=" NIPYPE" \
You can’t perform that action at this time.
0 commit comments