randomtable commited on
Commit
9ab0712
·
1 Parent(s): 7766c08

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -16
Dockerfile CHANGED
@@ -1,16 +1 @@
1
- FROM kalilinux/kali-rolling
2
- RUN apt update && apt upgrade -y
3
- RUN apt install git -y
4
- RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
5
- RUN adduser toor
6
- RUN apt install python3 -y
7
- RUN chown -R toor stable-diffusion-webui
8
- RUN apt install python3.11-venv -y
9
- USER toor
10
- RUN /stable-diffusion-webui/webui.sh
11
- RUN /stable-diffusion-webui/webui.sh --skip-torch-cuda-test
12
- USER root
13
- RUN apt update && apt install ffmpeg libsm6 libxext6 -y
14
- USER toor
15
- RUN /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --dry-run
16
- ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
 
1
+ FROM kalilinux/kali-rolling