mhamilton723 commited on
Commit
3333d37
1 Parent(s): c5d5ef0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -4,7 +4,10 @@ FROM mhamilton723/featup:latest
4
  # Set a working directory
5
  WORKDIR /app
6
 
7
- RUN pip3 install gradio
 
 
 
8
 
9
  # Copy your application files into the container
10
  COPY . /app
 
4
  # Set a working directory
5
  WORKDIR /app
6
 
7
+ RUN git clone https://github.com/mhamilton723/DenseAV \
8
+ cd DenseAV \
9
+ pip3 install -e .\
10
+ pip3 install gradio
11
 
12
  # Copy your application files into the container
13
  COPY . /app