|
5 | 5 | # pull request on our GitHub repository:
|
6 | 6 | # https://github.com/kaczmarj/neurodocker
|
7 | 7 | #
|
8 |
| -# Timestamp: 2018-03-16 11:30:14 |
| 8 | +# Timestamp: 2018-03-17 00:20:22 |
9 | 9 |
|
10 | 10 | FROM neurodebian:stretch-non-free
|
11 | 11 |
|
@@ -119,7 +119,7 @@ RUN conda create -y -q --name neuro python=3.6 \
|
119 | 119 | && pip install -q --no-cache-dir https://github.com/nipy/nipype/tarball/master \
|
120 | 120 | https://github.com/INCF/pybids/tarball/master \
|
121 | 121 | nilearn \
|
122 |
| - datalad[full]==0.9.1 \ |
| 122 | + datalad[full] \ |
123 | 123 | nipy \
|
124 | 124 | duecredit" \
|
125 | 125 | && sync \
|
@@ -210,7 +210,7 @@ RUN echo '{ \
|
210 | 210 | \n { \
|
211 | 211 | \n "miniconda_version": "4.3.31", \
|
212 | 212 | \n "conda_install": "python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda", \
|
213 |
| - \n "pip_install": "https://github.com/nipy/nipype/tarball/master https://github.com/INCF/pybids/tarball/master nilearn datalad[full]==0.9.1 nipy duecredit", \ |
| 213 | + \n "pip_install": "https://github.com/nipy/nipype/tarball/master https://github.com/INCF/pybids/tarball/master nilearn datalad[full] nipy duecredit", \ |
214 | 214 | \n "env_name": "neuro", \
|
215 | 215 | \n "activate": true \
|
216 | 216 | \n } \
|
@@ -273,6 +273,6 @@ RUN echo '{ \
|
273 | 273 | \n ] \
|
274 | 274 | \n ] \
|
275 | 275 | \n ], \
|
276 |
| - \n "generation_timestamp": "2018-03-16 11:30:14", \ |
| 276 | + \n "generation_timestamp": "2018-03-17 00:20:22", \ |
277 | 277 | \n "neurodocker_version": "0.3.2" \
|
278 | 278 | \n}' > /neurodocker/neurodocker_specs.json
|
0 commit comments