Spaces:
Paused
Paused
Commit ·
12baa3a
1
Parent(s): 88e1b0c
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -7,4 +7,5 @@ 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
|
|
|
|
|
|
| 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
|