Spaces:
Building
Building
Commit
·
7daa636
1
Parent(s):
fec5972
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -9,7 +9,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 |
-
|
15 |
-
RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test
|
|
|
9 |
USER toor
|
10 |
RUN stable-diffusion-webui/webui.sh
|
11 |
RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test
|
12 |
+
USER toor
|
13 |
+
RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half
|
14 |
USER root
|
15 |
RUN apt update && apt install ffmpeg libsm6 libxext6 -y
|
16 |
+
RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half
|
|