SD-WebUI17z / Dockerfile
randomtable's picture
Update Dockerfile
5494a0d
raw
history blame
157 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