File size: 313 Bytes
304260b
c88ce6d
1419172
 
6529167
4d29979
 
6529167
1
2
3
4
5
6
7
8
FROM kalilinux/kali-rolling
RUN apt update && apt upgrade -y
RUN apt install wget git python3 python3-venv libgl1 libglib2.0-0 -y
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
RUN chmod +x /stable-diffusion-webui/webui.sh
RUN useradd toor
USER toor
RUN /stable-diffusion-webui/webui.sh