Skip to content

Commit f76a56e

Browse files
committed
FIX: updates datalad to version 0.9.3.3
1 parent af83506 commit f76a56e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pull request on our GitHub repository:
66
# https://github.com/kaczmarj/neurodocker
77
#
8-
# Timestamp: 2018-03-16 11:30:14
8+
# Timestamp: 2018-03-17 00:20:22
99

1010
FROM neurodebian:stretch-non-free
1111

@@ -119,7 +119,7 @@ RUN conda create -y -q --name neuro python=3.6 \
119119
&& pip install -q --no-cache-dir https://github.com/nipy/nipype/tarball/master \
120120
https://github.com/INCF/pybids/tarball/master \
121121
nilearn \
122-
datalad[full]==0.9.1 \
122+
datalad[full] \
123123
nipy \
124124
duecredit" \
125125
&& sync \
@@ -210,7 +210,7 @@ RUN echo '{ \
210210
\n { \
211211
\n "miniconda_version": "4.3.31", \
212212
\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", \
214214
\n "env_name": "neuro", \
215215
\n "activate": true \
216216
\n } \
@@ -273,6 +273,6 @@ RUN echo '{ \
273273
\n ] \
274274
\n ] \
275275
\n ], \
276-
\n "generation_timestamp": "2018-03-16 11:30:14", \
276+
\n "generation_timestamp": "2018-03-17 00:20:22", \
277277
\n "neurodocker_version": "0.3.2" \
278278
\n}' > /neurodocker/neurodocker_specs.json

create_dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docker run --rm kaczmarj/neurodocker:master generate -b neurodebian:stretch-non-
1212
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
1313
pip_install="https://github.com/nipy/nipype/tarball/master
1414
https://github.com/INCF/pybids/tarball/master
15-
nilearn datalad[full]==0.9.1 nipy duecredit" \
15+
nilearn datalad[full] nipy duecredit" \
1616
env_name="neuro" \
1717
activate=True \
1818
--run-bash "source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main" \

0 commit comments

Comments
 (0)