Skip to content

Commit f3c22ce

Browse files
committed
Install datalad module
1 parent 5ffb235 commit f3c22ce

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.1-dev
2-
# Timestamp: 2018-07-22 14:07:47 UTC
2+
# Timestamp: 2018-07-22 14:48:52 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -61,6 +61,7 @@ RUN apt-get update -qq \
6161
python-pip \
6262
python-wheel \
6363
python-setuptools \
64+
python-datalad \
6465
&& apt-get clean \
6566
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6667

@@ -138,7 +139,8 @@ RUN echo '{ \
138139
\n "dcmtk", \
139140
\n "python-pip", \
140141
\n "python-wheel", \
141-
\n "python-setuptools" \
142+
\n "python-setuptools", \
143+
\n "python-datalad" \
142144
\n ] \
143145
\n ], \
144146
\n [ \

Singularity

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.1-dev
2-
# Timestamp: 2018-07-22 14:07:49 UTC
2+
# Timestamp: 2018-07-22 14:48:54 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -55,7 +55,8 @@ apt-get install -y -q --no-install-recommends \
5555
dcmtk \
5656
python-pip \
5757
python-wheel \
58-
python-setuptools
58+
python-setuptools \
59+
python-datalad
5960
apt-get clean
6061
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6162

@@ -137,7 +138,8 @@ echo '{
137138
\n "dcmtk",
138139
\n "python-pip",
139140
\n "python-wheel",
140-
\n "python-setuptools"
141+
\n "python-setuptools",
142+
\n "python-datalad"
141143
\n ]
142144
\n ],
143145
\n [

generate_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ generate() {
77
--install vim wget strace time ncdu gnupg curl procps datalad \
88
git-annex-standalone python-nipype virtualenv \
99
python-dcmstack python-configparser python-funcsigs \
10-
python-pytest dcmtk python-pip python-wheel python-setuptools \
10+
python-pytest dcmtk python-pip python-wheel python-setuptools python-datalad \
1111
--run "curl -sL https://deb.nodesource.com/setup_6.x | bash - "\
1212
--install nodejs npm \
1313
--run "npm install -g [email protected]" \

0 commit comments

Comments
 (0)