From 65962ba58ce56981c52adbc7da69e51bf9606c4d Mon Sep 17 00:00:00 2001 From: Leonardo Cristella Date: Tue, 26 Nov 2024 11:56:24 +0100 Subject: [PATCH] pip install git+ --- Dockerfile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 278497a..702739e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,17 +14,13 @@ RUN apt-get update && \ RUN apt-get -y install pip git vim -RUN pwd -RUN ls -a -RUN git clone https://github.com/BlueBrain/bbp-atlas-pipeline.git@${REF_NAME} /pipeline -RUN pwd -RUN ls -a -WORKDIR /pipeline -RUN pwd -RUN ls -a -#COPY .. . #RUN pwd #RUN ls -a +#RUN git clone https://github.com/BlueBrain/bbp-atlas-pipeline.git@ /pipeline + +WORKDIR /pipeline + +COPY .. . # Regiodesics #RUN git clone https://bbpgitlab.epfl.ch/nse/archive/regiodesics && \ @@ -35,7 +31,7 @@ RUN ls -a # Install the pipeline repository (along with the bbp-atlas CLI) -RUN pip install . +RUN pip install git+https://github.com/BlueBrain/bbp-atlas-pipeline.git${REF_NAME} # Install dependencies