Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|
| 4 |
USER root
|
| 5 |
EXPOSE 7860
|
| 6 |
RUN apt-get install -y git wget
|
| 7 |
-
RUN git clone https://github.com/Zebraslive/roop-unleashed
|
| 8 |
-
WORKDIR /
|
| 9 |
-
|
|
|
|
|
|
| 4 |
USER root
|
| 5 |
EXPOSE 7860
|
| 6 |
RUN apt-get install -y git wget
|
| 7 |
+
RUN git clone https://github.com/Zebraslive/roop-unleashed /roopx
|
| 8 |
+
WORKDIR /roopx
|
| 9 |
+
RUN ls ./
|
| 10 |
+
CMD python /roopx/run.py
|