Skip to content

Commit

Permalink
specify versions of internal software dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dsturge authored Mar 7, 2019
1 parent df489d4 commit 9268be1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@ RUN ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.24 /opt/mcr/v91/sys/os/gln
RUN mkdir /opt/dcan-tools
WORKDIR /opt/dcan-tools
# dcan hcp code
RUN git clone https://github.com/DCAN-Labs/DCAN-HCP.git /opt/pipeline
RUN git clone -b 'v2.0.0' --single-branch --depth 1 https://github.com/DCAN-Labs/DCAN-HCP.git /opt/pipeline
# dcan bold processing
RUN git clone https://github.com/DCAN-Labs/dcan_bold_processing.git dcan_bold_proc
RUN git clone -b 'v4.0.0' --single-branch --depth 1 https://github.com/DCAN-Labs/dcan_bold_processing.git dcan_bold_proc
# dcan custom clean
RUN git clone https://github.com/DCAN-Labs/CustomClean.git customclean
RUN git clone -b 'v0.0.0' --single-branch --depth 1 https://github.com/DCAN-Labs/CustomClean.git customclean
# abcd task prep
RUN git clone https://github.com/DCAN-Labs/abcd_task_prep.git ABCD_tfMRI
RUN git clone -b 'v0.0.0' --single-branch --depth 1 https://github.com/DCAN-Labs/abcd_task_prep.git ABCD_tfMRI
# dcan executive summary
RUN git clone https://github.com/DCAN-Labs/ExecutiveSummary.git executivesummary
RUN git clone -b 'v0.0.0' --single-branch --depth 1 https://github.com/DCAN-Labs/ExecutiveSummary.git executivesummary
# unzip template file
RUN gunzip /opt/dcan-tools/executivesummary/summary_tools/templates/parasagittal_Tx_169_template.scene.gz

Expand Down

0 comments on commit 9268be1

Please sign in to comment.