lorocksUMD commited on
Commit
3216f22
·
verified ·
1 Parent(s): 96ecab0

Update Dockerfile to not git clone library

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