lorocksUMD commited on
Commit
05f94d6
·
verified ·
1 Parent(s): f2b5019

Update Github to custom Github

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