Spaces:
Building
Building
Commit
·
125dc5b
1
Parent(s):
31773c1
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -13,5 +13,5 @@ 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 |
-
USER toor
|
17 |
-
RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half
|
|
|
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 |
+
#USER toor
|
17 |
+
#RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half
|