roopUN_docker / Dockerfile
beowcow's picture
Update Dockerfile
4d7d921 verified
raw
history blame contribute delete
259 Bytes
FROM registry.hf.space/sewanapi-roop-unleashed:latest
ENV DEBIAN_FRONTEND=noninteractive
USER root
EXPOSE 7860
RUN apt-get install -y git wget
RUN git clone https://github.com/Zebraslive/roop-unleashed /roopx
WORKDIR /roopx
RUN ls ./
CMD python /roopx/run.py