File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# 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
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
@@ -61,6 +61,7 @@ RUN apt-get update -qq \
61
61
python-pip \
62
62
python-wheel \
63
63
python-setuptools \
64
+ python-datalad \
64
65
&& apt-get clean \
65
66
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
66
67
@@ -138,7 +139,8 @@ RUN echo '{ \
138
139
\n "dcmtk", \
139
140
\n "python-pip", \
140
141
\n "python-wheel", \
141
- \n "python-setuptools" \
142
+ \n "python-setuptools", \
143
+ \n "python-datalad" \
142
144
\n ] \
143
145
\n ], \
144
146
\n [ \
Original file line number Diff line number Diff line change 1
1
# 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
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
@@ -55,7 +55,8 @@ apt-get install -y -q --no-install-recommends \
55
55
dcmtk \
56
56
python-pip \
57
57
python-wheel \
58
- python-setuptools
58
+ python-setuptools \
59
+ python-datalad
59
60
apt-get clean
60
61
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
61
62
@@ -137,7 +138,8 @@ echo '{
137
138
\n "dcmtk",
138
139
\n "python-pip",
139
140
\n "python-wheel",
140
- \n "python-setuptools"
141
+ \n "python-setuptools",
142
+ \n "python-datalad"
141
143
\n ]
142
144
\n ],
143
145
\n [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ generate() {
7
7
--install vim wget strace time ncdu gnupg curl procps datalad \
8
8
git-annex-standalone python-nipype virtualenv \
9
9
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 \
11
11
--run " curl -sL https://deb.nodesource.com/setup_6.x | bash - " \
12
12
--install nodejs npm \
13
13
--run
" npm install -g [email protected] " \
You can’t perform that action at this time.
0 commit comments