From 0f69ef73264299c8ab18ee13bf11fca8428c4eaa Mon Sep 17 00:00:00 2001 From: Leonardo Cristella Date: Tue, 3 Dec 2024 12:10:03 +0100 Subject: [PATCH] Use tag for cell-density-validation --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index de25cd3..90f4db1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,7 @@ RUN pip install git+https://github.com/BlueBrain/bbp-atlas-data-fetch.git@v0.3.0 #RUN pip install -i https://bbpteam.epfl.ch/repository/devpi/simple/ "densities-validation>=0.1.1" # leaves-only @v0.2.1 -RUN git clone https://github.com/BlueBrain/cell-density-validations.git cell_densities_validations && \ - pip install cell_densities_validations/cell-densities/ +RUN pip install git+https://github.com/BlueBrain/cell-density-validations.git@v0.2.1 # module load py-bba-webexporter RUN pip install git+https://github.com/BlueBrain/bbp-atlas-web-exporter.git@v3.0.0