File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 5
5
# pull request on our GitHub repository:
6
6
# https://github.com/kaczmarj/neurodocker
7
7
#
8
- # Timestamp: 2017-12-01 15:38:42
8
+ # Timestamp: 2017-12-01 19:04:23
9
9
10
10
FROM debian:stretch
11
11
@@ -83,7 +83,7 @@ RUN conda create -y -q --name neuro python=2 \
83
83
&& sync \
84
84
&& sed -i '$isource activate neuro' $ND_ENTRYPOINT
85
85
86
- CMD [ "heudiconv" ]
86
+ ENTRYPOINT [ "/neurodocker/startup.sh" , "heudiconv" ]
87
87
88
88
# --------------------------------------
89
89
# Save container specifications to JSON
@@ -127,12 +127,10 @@ RUN echo '{ \
127
127
\n } \
128
128
\n ], \
129
129
\n [ \
130
- \n "cmd", \
131
- \n [ \
132
- \n "heudiconv" \
133
- \n ] \
130
+ \n "entrypoint", \
131
+ \n "/neurodocker/startup.sh heudiconv" \
134
132
\n ] \
135
133
\n ], \
136
- \n "generation_timestamp": "2017-12-01 15:38:42 ", \
134
+ \n "generation_timestamp": "2017-12-01 19:04:23 ", \
137
135
\n "neurodocker_version": "0.3.2-1-gcfd3c6f" \
138
136
\n }' > /neurodocker/neurodocker_specs.json
You can’t perform that action at this time.
0 commit comments