Skip to content

Commit

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

RUN apt-get -y install pip git vim
RUN pwd
RUN ls

WORKDIR /pipeline
RUN pwd
RUN ls
RUN ls -a
COPY .. .
RUN pwd
RUN ls
RUN ls -a

# Regiodesics
#RUN git clone https://bbpgitlab.epfl.ch/nse/archive/regiodesics && \
Expand All @@ -27,6 +26,8 @@ RUN ls
# cmake .. && make -j && cd .. && \
# export PATH=$PATH:$PWD/build/bin

RUN pip install --upgrade pip setuptools wheel

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

Expand Down

0 comments on commit f4e2476

Please sign in to comment.