Spaces:
Building
Building
Commit
·
8ad690d
1
Parent(s):
7668c46
Update Dockerfile
Browse files- Dockerfile +8 -8
Dockerfile
CHANGED
@@ -2,11 +2,11 @@ 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 useradd toor
|
6 |
-
RUN apt install python3 -y
|
7 |
-
RUN chown -R toor stable-diffusion-webui
|
8 |
-
RUN apt install python3.11-venv -y
|
9 |
-
RUN apt update && apt install ffmpeg libsm6 libxext6 -y
|
10 |
-
USER toor
|
11 |
-
RUN stable-diffusion-webui/webui.sh
|
12 |
-
RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test --nowebui --no-half
|
|
|
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 useradd -m toor
|
6 |
+
#RUN apt install python3 -y
|
7 |
+
#RUN chown -R toor stable-diffusion-webui
|
8 |
+
#RUN apt install python3.11-venv -y
|
9 |
+
#RUN apt update && apt install ffmpeg libsm6 libxext6 -y
|
10 |
+
#USER toor
|
11 |
+
#RUN stable-diffusion-webui/webui.sh
|
12 |
+
#RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test --nowebui --no-half
|