File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- # Generated by Neurodocker version 0.4.0.dev2
2
- # Timestamp: 2018-05 -22 19:25:04 UTC
1
+ # Generated by Neurodocker version 0.4.1-dev
2
+ # Timestamp: 2018-07 -22 14:06:09 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
76
76
77
77
RUN mkdir /afs /inbox
78
78
79
- RUN pip install git+https://github.com/nipy/ heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466
79
+ RUN pip install heudiconv
80
80
81
81
ENV PATH="/opt/dcm2niix-v1.0.20180328/bin:$PATH"
82
82
RUN apt-get update -qq \
@@ -160,7 +160,7 @@ RUN echo '{ \
160
160
\n ], \
161
161
\n [ \
162
162
\n "run", \
163
- \n "pip install git+https://github.com/nipy/ heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466 " \
163
+ \n "pip install heudiconv" \
164
164
\n ], \
165
165
\n [ \
166
166
\n "dcm2niix", \
Original file line number Diff line number Diff line change 1
- # Generated by Neurodocker version 0.4.0.dev2
2
- # Timestamp: 2018-05 -22 19:25:06 UTC
1
+ # Generated by Neurodocker version 0.4.1-dev
2
+ # Timestamp: 2018-07 -22 14:06:11 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
71
71
72
72
mkdir /afs /inbox
73
73
74
- pip install git+https://github.com/nipy/ heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466
74
+ pip install heudiconv
75
75
76
76
apt-get update -qq
77
77
apt-get install -y -q --no-install-recommends \
@@ -159,7 +159,7 @@ echo '{
159
159
\n ],
160
160
\n [
161
161
\n "run",
162
- \n "pip install git+https://github.com/nipy/ heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466 "
162
+ \n "pip install heudiconv"
163
163
\n ],
164
164
\n [
165
165
\n "dcm2niix",
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generate() {
12
12
--install nodejs npm \
13
13
--run
" npm install -g [email protected] " \
14
14
--run " mkdir /afs /inbox" \
15
- --run " pip install git+https://github.com/nipy/ heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466 " \
15
+ --run " pip install heudiconv" \
16
16
--dcm2niix version=" v1.0.20180328" method=" source" \
17
17
--run " echo '#!/bin/bash' >> /neurodocker/heudiconv.sh && echo 'heudiconv \"\$ @\" ' >> /neurodocker/heudiconv.sh && chmod +x /neurodocker/heudiconv.sh" \
18
18
--user=reproin \
You can’t perform that action at this time.
0 commit comments