File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.1
2
- # Timestamp: 2018-08-23 13:33:48 UTC
2
+ # Timestamp: 2018-09-13 15:00:27 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
@@ -152,7 +152,8 @@ RUN mkdir -p /opt/data && cd /opt/data && \
152
152
rm OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \
153
153
curl -sSL https://osf.io/download/dcf94/ -o OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \
154
154
tar zxf OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \
155
- rm OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz
155
+ rm OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \
156
+ rm -rf __MACOSX
156
157
157
158
RUN bash -c 'source /opt/miniconda-latest/etc/profile.d/conda.sh && \
158
159
conda activate mb && \
@@ -257,7 +258,7 @@ RUN echo '{ \
257
258
\n ], \
258
259
\n [ \
259
260
\n "run", \
260
- \n "mkdir -p /opt/data && cd /opt/data && \\\\ n curl -sSL https://osf.io/download/rh9km/?revision=2 -o templates.zip && \\\\ n unzip templates.zip && \\\\ n rm -f /opt/data/templates.zip && \\\\ n curl -sSL https://osf.io/download/d2cmy/ -o OASIS-TRT-20_jointfusion_DKT31_CMA_labels_in_OASIS-30_v2.nii.gz && \\\\ n curl -sSL https://osf.io/download/qz3kx/ -o OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \\\\ n tar zxf OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \\\\ n rm OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \\\\ n curl -sSL https://osf.io/download/dcf94/ -o OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \\\\ n tar zxf OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \\\\ n rm OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz" \
261
+ \n "mkdir -p /opt/data && cd /opt/data && \\\\ n curl -sSL https://osf.io/download/rh9km/?revision=2 -o templates.zip && \\\\ n unzip templates.zip && \\\\ n rm -f /opt/data/templates.zip && \\\\ n curl -sSL https://osf.io/download/d2cmy/ -o OASIS-TRT-20_jointfusion_DKT31_CMA_labels_in_OASIS-30_v2.nii.gz && \\\\ n curl -sSL https://osf.io/download/qz3kx/ -o OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \\\\ n tar zxf OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \\\\ n rm OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \\\\ n curl -sSL https://osf.io/download/dcf94/ -o OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \\\\ n tar zxf OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \\\\ n rm OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \\\\ n rm -rf __MACOSX " \
261
262
\n ], \
262
263
\n [ \
263
264
\n "run_bash", \
Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ docker run --rm kaczmarj/neurodocker:0.4.1 generate docker \
70
70
rm OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \
71
71
curl -sSL https://osf.io/download/dcf94/ -o OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \
72
72
tar zxf OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \
73
- rm OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz' \
73
+ rm OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \
74
+ rm -rf __MACOSX' \
74
75
--run-bash ' source /opt/miniconda-latest/etc/profile.d/conda.sh && \
75
76
conda activate mb && \
76
77
git clone https://github.com/nipy/mindboggle.git && \
You can’t perform that action at this time.
0 commit comments