Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
* Be explicit about which internal tools version to pull.
* Get pipeline fix.
  • Loading branch information
kathy-snider authored Jun 11, 2020
1 parent e983e63 commit e2f9573
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,4 +1,4 @@
FROM dcanlabs/internal-tools
FROM dcanlabs/internal-tools:v1.0.0

RUN apt-get update && apt-get install -yq --no-install-recommends \
apt-utils \
Expand All @@ -18,7 +18,7 @@ RUN python3 -m pip install -r "/app/requirements.txt"

# insert pipeline code
ADD https://github.com/DCAN-Labs/dcan-infant-pipeline.git version.json
RUN git clone -b 'v0.0.3' --single-branch --depth 1 https://github.com/DCAN-Labs/dcan-infant-pipeline.git /opt/pipeline
RUN git clone -b 'v0.0.4' --single-branch --depth 1 https://github.com/DCAN-Labs/dcan-infant-pipeline.git /opt/pipeline

# unless otherwise specified...
ENV OMP_NUM_THREADS=1
Expand Down

0 comments on commit e2f9573

Please sign in to comment.