mhamilton723 commited on
Commit
4a57860
·
verified ·
1 Parent(s): 1b76f39

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 "foo" &&\
10
  pip3 install -e . &&\
11
  pip3 install gradio
12
 
 
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