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 11# 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
33#
44# Thank you for using Neurodocker. If you discover any issues
55# or ways to improve this software, please submit an issue or
@@ -152,7 +152,8 @@ RUN mkdir -p /opt/data && cd /opt/data && \
152152 rm OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \
153153 curl -sSL https://osf.io/download/dcf94/ -o OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \
154154 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
156157
157158RUN bash -c 'source /opt/miniconda-latest/etc/profile.d/conda.sh && \
158159 conda activate mb && \
@@ -257,7 +258,7 @@ RUN echo '{ \
257258 \n ], \
258259 \n [ \
259260 \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 " \
261262 \n ], \
262263 \n [ \
263264 \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 \
7070 rm OASIS-TRT_brains_to_OASIS_Atropos_template.tar.gz && \
7171 curl -sSL https://osf.io/download/dcf94/ -o OASIS-TRT_labels_to_OASIS_Atropos_template.tar.gz && \
7272 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' \
7475 --run-bash ' source /opt/miniconda-latest/etc/profile.d/conda.sh && \
7576 conda activate mb && \
7677 git clone https://github.com/nipy/mindboggle.git && \
You can’t perform that action at this time.
0 commit comments