Spaces:
No application file
No application file
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -7,8 +7,9 @@ WORKDIR /app
|
|
7 |
|
8 |
# RUN git clone https://github.com/lorocks/DenseAV.git &&\
|
9 |
|
10 |
-
RUN ls
|
11 |
-
|
|
|
12 |
echo "foo2" &&\
|
13 |
pip3 install -e . &&\
|
14 |
pip3 install gradio
|
|
|
7 |
|
8 |
# RUN git clone https://github.com/lorocks/DenseAV.git &&\
|
9 |
|
10 |
+
RUN ls ~/
|
11 |
+
|
12 |
+
RUN cd DenseAV &&\
|
13 |
echo "foo2" &&\
|
14 |
pip3 install -e . &&\
|
15 |
pip3 install gradio
|