Spaces:
Runtime error
Runtime error
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 |