beowcow commited on
Commit
d7e9cb4
·
verified ·
1 Parent(s): a6b6b2a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]