mhamilton723 commited on
Commit
a5bd68e
1 Parent(s): b25dc1d

Update Dockerfile

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