File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ function generate_main_dockerfile() {
90
90
activate=true \
91
91
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
92
92
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
93
+ --copy . /src/nipype \
93
94
--user root \
94
- --run-bash " mkdir -p /src" \
95
95
--run ' chown -R neuro /src
96
96
&& chmod +x /usr/bin/fsl_imglob.py /usr/bin/run_*.sh
97
97
&& . /etc/fsl/fsl.sh
@@ -104,11 +104,8 @@ function generate_main_dockerfile() {
104
104
conda_install=' python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
105
105
icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
106
106
pandas psutil scikit-learn scipy traits=4.6.0' \
107
- --run-bash " mkdir -p /src/nipype
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[all]" \
107
+ pip_opts=" -e" \
108
+ pip_install=" /src/nipype[all]" \
112
109
--run-bash " mkdir -p /src/pybids
113
110
&& curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/master
114
111
| tar -xz -C /src/pybids --strip-components 1
You can’t perform that action at this time.
0 commit comments