Spaces:
Building
Building
Commit
·
b85122c
1
Parent(s):
5494a0d
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
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
|
|
|
|
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 stable-diffusion-webui/webui.sh
|