lorocksUMD commited on
Commit
4bbf22c
·
verified ·
1 Parent(s): 07b3dd2

Update Dockerfile

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