mhamilton723 commited on
Commit
aa938bc
·
verified ·
1 Parent(s): 53491da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ WORKDIR /app
6
 
7
  RUN git clone https://github.com/mhamilton723/DenseAV &&\
8
  cd DenseAV &&\
 
9
  pip3 install -e . &&\
10
  pip3 install gradio
11
 
 
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