From e93ceef526f2e5c0634a0323c60441984273d5dc Mon Sep 17 00:00:00 2001 From: Leonardo Cristella Date: Tue, 26 Nov 2024 13:33:27 +0100 Subject: [PATCH] Test deply without densities-validation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be58af5..7476d52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN pip install "blue-brain-token-fetch>=1.0.0" RUN pip install git+https://github.com/BlueBrain/bbp-atlas-data-fetch.git@v0.3.0 # densities validation -RUN pip install -i https://bbpteam.epfl.ch/repository/devpi/simple/ "densities-validation>=0.1.1" +#RUN pip install -i https://bbpteam.epfl.ch/repository/devpi/simple/ "densities-validation>=0.1.1" # leaves-only RUN pip install git+https://github.com/BlueBrain/cell-density-validations@v0.2.1