Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -3,4 +3,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|
| 3 |
|
| 4 |
USER root
|
| 5 |
EXPOSE 7860
|
|
|
|
|
|
|
|
|
|
| 6 |
CMD ["python", "run.py"]
|
|
|
|
| 3 |
|
| 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 /roop-unleashed
|
| 9 |
CMD ["python", "run.py"]
|