Skip to content

Commit

Permalink
keep order in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 25, 2024
1 parent afe2c6d commit 06a97f0
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ RUN pip install "blue-brain-token-fetch>=1.0.0"
# module load py-bba-datafetch
RUN pip install git+https://github.com/BlueBrain/[email protected]

ARG CI_JOB_TOKEN
RUN git config --global --add url."https://gitlab-ci-token:${CI_JOB_TOKEN}@bbpgitlab.epfl.ch/".insteadOf https://bbpgitlab.epfl.ch/

# densities validation
RUN pip install -i https://bbpteam.epfl.ch/repository/devpi/simple/ "densities-validation>=0.1.1"

# leaves-only
RUN pip install -i https://bbpteam.epfl.ch/repository/devpi/simple/ "cell-densities>=0.2.1"

RUN git config --global --remove-section url."https://gitlab-ci-token:${CI_JOB_TOKEN}@bbpgitlab.epfl.ch/"

# module load py-bba-webexporter
RUN pip install git+https://github.com/BlueBrain/[email protected]

Expand All @@ -55,15 +66,3 @@ RUN pip install "atlas-placement-hints>=0.1.4"
RUN pip install "atlas-densities>=0.2.5"

RUN pip install "snakemake==7.32.3"


ARG CI_JOB_TOKEN
RUN git config --global --add url."https://gitlab-ci-token:${CI_JOB_TOKEN}@bbpgitlab.epfl.ch/".insteadOf https://bbpgitlab.epfl.ch/

# densities validation
RUN pip install -i https://bbpteam.epfl.ch/repository/devpi/simple/ "densities-validation>=0.1.1"

# leaves-only
RUN pip install -i https://bbpteam.epfl.ch/repository/devpi/simple/ "cell-densities>=0.2.1"

RUN git config --global --remove-section url."https://gitlab-ci-token:${CI_JOB_TOKEN}@bbpgitlab.epfl.ch/"

0 comments on commit 06a97f0

Please sign in to comment.