Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ WORKDIR /app
|
|
| 6 |
|
| 7 |
RUN git clone https://github.com/mhamilton723/DenseAV &&\
|
| 8 |
cd DenseAV &&\
|
| 9 |
-
echo "
|
| 10 |
pip3 install -e . &&\
|
| 11 |
pip3 install gradio
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
RUN git clone https://github.com/mhamilton723/DenseAV &&\
|
| 8 |
cd DenseAV &&\
|
| 9 |
+
echo "foo2" &&\
|
| 10 |
pip3 install -e . &&\
|
| 11 |
pip3 install gradio
|
| 12 |
|