-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
||
|
@@ -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/" |