Skip to content

Commit

Permalink
Merge pull request #15 from DCAN-Labs/R2019a-test
Browse files Browse the repository at this point in the history
R2019a test
  • Loading branch information
madisoth authored Sep 12, 2024
2 parents 1ed255d + 1a4fdb0 commit aaeefe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM dcanumn/external-software:v0.0.6
FROM dcanumn/external-software:v0.0.7

RUN apt-get update && apt-get install -yq --no-install-recommends \
python2.7 \
Expand All @@ -13,7 +13,7 @@ WORKDIR /opt/dcan-tools

# dcan bold processing
ADD https://github.com/DCAN-Labs/dcan_bold_processing.git version.json
RUN git clone -b v4.0.12 --single-branch --depth 1 https://github.com/DCAN-Labs/dcan_bold_processing.git dcan_bold_proc
RUN git clone -b v4.0.13 --single-branch --depth 1 https://github.com/DCAN-Labs/dcan_bold_processing.git dcan_bold_proc

# dcan executive summary
RUN git clone -b v2.2.10 --single-branch --depth 1 https://github.com/DCAN-Labs/ExecutiveSummary.git executivesummary
Expand Down

0 comments on commit aaeefe4

Please sign in to comment.