From afe2c6d76dc09931c9622ef17c53c7a27d642943 Mon Sep 17 00:00:00 2001 From: Leonardo Cristella Date: Mon, 25 Nov 2024 22:17:37 +0100 Subject: [PATCH] pip install . --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d58e6d1..8457911 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,7 @@ RUN apt-get -y install pip git vim WORKDIR /pipeline -RUN ls COPY .. . -RUN ls # Regiodesics #RUN git clone https://bbpgitlab.epfl.ch/nse/archive/regiodesics && \ @@ -26,8 +24,7 @@ RUN ls # export PATH=$PATH:$PWD/build/bin # Install the pipeline repository (along with the bbp-atlas CLI) -RUN ls blue_brain_atlas_pipeline/ -RUN pip install blue_brain_atlas_pipeline/ +RUN pip install . # Install dependencies