Spaces:
No application file
No application file
Edit Dockerfile to fix RUN error
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,9 +4,9 @@ FROM mhamilton723/featup:latest
|
|
4 |
# Set a working directory
|
5 |
WORKDIR /app
|
6 |
|
7 |
-
|
8 |
# git clone https://github.com/mhamilton723/DenseAV &&\
|
9 |
-
|
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
|