Skip to content

Commit

Permalink
github.com/BlueBrain/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 25, 2024
1 parent ad2c218 commit 2a054f9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,11 @@ 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/"
RUN pip install git+https://github.com/BlueBrain/[email protected]

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

0 comments on commit 2a054f9

Please sign in to comment.