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

Edit Dockerfile to fix RUN error

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,9 +4,9 @@ FROM mhamilton723/featup:latest
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 . &&\
12
  pip3 install gradio
 
4
  # Set a working directory
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