lorocksUMD commited on
Commit
f33e37c
·
verified ·
1 Parent(s): 4eb402c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ WORKDIR /app
6
 
7
 
8
  RUN git clone https://github.com/lorocks/DenseAV.git &&\
 
9
  cd DenseAV &&\
10
  echo "foo2" &&\
11
  pip3 install -e . &&\
 
6
 
7
 
8
  RUN git clone https://github.com/lorocks/DenseAV.git &&\
9
+ ls&&\
10
  cd DenseAV &&\
11
  echo "foo2" &&\
12
  pip3 install -e . &&\