Skip to content

Commit

Permalink
pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 25, 2024
1 parent 731bd75 commit afe2c6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand All @@ -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

Expand Down

0 comments on commit afe2c6d

Please sign in to comment.