Spaces:
Paused
Paused
Commit ·
fec5972
1
Parent(s): 12baa3a
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -8,4 +8,8 @@ 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
|
|
|
|
| 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 |
+
USER toor
|
| 15 |
RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test
|