SD-WebUI17z / Dockerfile
randomtable's picture
Update Dockerfile
a2d074f
raw
history blame
291 Bytes
FROM kalilinux/kali-rolling
RUN apt update && apt upgrade -y
RUN apt install git -y
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
RUN useradd -m toor
RUN apt install python3 -y
RUN chown -R toor stable-diffusion-webui
USER toor
RUN stable-diffusion-webui/webui.sh