Skip to content

Commit

Permalink
RUN pwd and ls
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 26, 2024
1 parent 2a054f9 commit 80126c4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ RUN apt-get update && \
libopenscenegraph-dev

RUN apt-get -y install pip git vim

RUN pwd
RUN ls
WORKDIR /pipeline

RUN pwd
RUN ls
COPY .. .
RUN pwd
RUN ls

# Regiodesics
#RUN git clone https://bbpgitlab.epfl.ch/nse/archive/regiodesics && \
Expand All @@ -24,7 +28,7 @@ COPY .. .
# export PATH=$PATH:$PWD/build/bin

# Install the pipeline repository (along with the bbp-atlas CLI)
RUN pip install -r requirements.txt
RUN pip install .

# Install dependencies

Expand Down

0 comments on commit 80126c4

Please sign in to comment.