lorocksUMD commited on
Commit
3d96b50
·
verified ·
1 Parent(s): 4bbf22c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -7,8 +7,9 @@ WORKDIR /app
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 . &&\
14
  pip3 install gradio
 
7
 
8
  # RUN git clone https://github.com/lorocks/DenseAV.git &&\
9
 
10
+ RUN ls ~/
11
+
12
+ RUN cd DenseAV &&\
13
  echo "foo2" &&\
14
  pip3 install -e . &&\
15
  pip3 install gradio