Spaces:
Running
Running
Commit
·
f03097e
1
Parent(s):
a51df2c
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
|