File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.2-dev
2
- # Timestamp: 2018-10-05 19:25:17 UTC
2
+ # Timestamp: 2018-10-09 19:14:50 UTC
3
3
#
4
4
# Thank you for using Neurodocker. If you discover any issues
5
5
# or ways to improve this software, please submit an issue or
@@ -126,7 +126,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
126
126
&& bash -c "source activate neuro \
127
127
&& pip install --no-cache-dir \
128
128
https://github.com/nipy/nipype/tarball/master \
129
- https://github.com/INCF/pybids/tarball/master \
129
+ https://github.com/INCF/pybids/tarball/0.6.5 \
130
130
nilearn \
131
131
datalad[full] \
132
132
nipy \
@@ -232,7 +232,7 @@ RUN echo '{ \
232
232
\n ], \
233
233
\n "pip_install": [ \
234
234
\n "https://github.com/nipy/nipype/tarball/master", \
235
- \n "https://github.com/INCF/pybids/tarball/master ", \
235
+ \n "https://github.com/INCF/pybids/tarball/0.6.5 ", \
236
236
\n "nilearn", \
237
237
\n "datalad[full]", \
238
238
\n "nipy", \
Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.2-dev
2
- # Timestamp: 2018-10-05 19:25:19 UTC
2
+ # Timestamp: 2018-10-09 19:14:51 UTC
3
3
#
4
4
# Thank you for using Neurodocker. If you discover any issues
5
5
# or ways to improve this software, please submit an issue or
@@ -116,7 +116,7 @@ sync && conda clean -tipsy && sync
116
116
bash -c " source activate neuro
117
117
pip install --no-cache-dir \
118
118
https://github.com/nipy/nipype/tarball/master \
119
- https://github.com/INCF/pybids/tarball/master \
119
+ https://github.com/INCF/pybids/tarball/0.6.5 \
120
120
nilearn \
121
121
datalad[full] \
122
122
nipy \
@@ -226,7 +226,7 @@ echo '{
226
226
\n ],
227
227
\n "pip_install": [
228
228
\n "https://github.com/nipy/nipype/tarball/master",
229
- \n "https://github.com/INCF/pybids/tarball/master ",
229
+ \n "https://github.com/INCF/pybids/tarball/0.6.5 ",
230
230
\n "nilearn",
231
231
\n "datalad[full]",
232
232
\n "nipy",
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ generate_docker() {
17
17
conda_install=" python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions
18
18
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
19
19
pip_install=" https://github.com/nipy/nipype/tarball/master
20
- https://github.com/INCF/pybids/tarball/master
20
+ https://github.com/INCF/pybids/tarball/0.6.5
21
21
nilearn datalad[full] nipy duecredit nbval" \
22
22
create_env=" neuro" \
23
23
activate=True \
@@ -54,7 +54,7 @@ generate_singularity() {
54
54
conda_install=" python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions
55
55
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
56
56
pip_install=" https://github.com/nipy/nipype/tarball/master
57
- https://github.com/INCF/pybids/tarball/master
57
+ https://github.com/INCF/pybids/tarball/0.6.5
58
58
nilearn datalad[full] nipy duecredit nbval" \
59
59
create_env=" neuro" \
60
60
activate=True \
You can’t perform that action at this time.
0 commit comments