From 2a054f96f4a5764ec5797deb2907d5375f969bd0 Mon Sep 17 00:00:00 2001 From: Leonardo Cristella Date: Tue, 26 Nov 2024 00:00:01 +0100 Subject: [PATCH] github.com/BlueBrain/cell-density-validations@v0.2.1 --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 39b055b..219b085 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/bbp-atlas-data-fetch.git@v0.3.0 -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/cell-density-validations@v0.2.1 # module load py-bba-webexporter RUN pip install git+https://github.com/BlueBrain/bbp-atlas-web-exporter.git@v3.0.0