Skip to content

Commit

Permalink
pip install git+
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 26, 2024
1 parent edeb998 commit 65962ba
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand All @@ -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

Expand Down

0 comments on commit 65962ba

Please sign in to comment.