Skip to content

Commit 3698bae

Browse files
committed
bash neurodocker.sh output
1 parent 315627f commit 3698bae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-3-gf7055a1
2-
# Timestamp: 2019-09-24 16:34:40 UTC
2+
# Timestamp: 2019-11-05 01:28:45 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
@@ -81,12 +81,12 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
8181
'pip' \
8282
'jupyter' \
8383
'cmake' \
84+
'nipype>=1.1.4' \
8485
'mesalib' \
8586
'vtk=8.2.0=py36ha8e561a_201' \
8687
'pandas' \
8788
'matplotlib' \
8889
'colormath' \
89-
'nipype>=1.1.4' \
9090
'nilearn' \
9191
'tbb-devel' \
9292
'nose' \
@@ -231,12 +231,12 @@ RUN echo '{ \
231231
\n "pip", \
232232
\n "jupyter", \
233233
\n "cmake", \
234+
\n "nipype>=1.1.4", \
234235
\n "mesalib", \
235236
\n "vtk=8.2.0=py36ha8e561a_201", \
236237
\n "pandas", \
237238
\n "matplotlib", \
238239
\n "colormath", \
239-
\n "nipype>=1.1.4", \
240240
\n "nilearn", \
241241
\n "tbb-devel", \
242242
\n "nose", \

install/Singularity

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-3-gf7055a1
2-
# Timestamp: 2019-11-04 21:05:10 UTC
2+
# Timestamp: 2019-11-05 01:28:47 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

0 commit comments

Comments
 (0)