Spaces:
Building
Building
Commit
·
e6c6704
1
Parent(s):
f81f35a
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -10,6 +10,5 @@ RUN chown -R toor stable-diffusion-webui
|
|
10 |
USER toor
|
11 |
RUN /stable-diffusion-webui/webui.sh
|
12 |
RUN /stable-diffusion-webui/webui.sh --skip-torch-cuda-test
|
13 |
-
RUN /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half
|
14 |
EXPOSE 7860
|
15 |
-
|
|
|
10 |
USER toor
|
11 |
RUN /stable-diffusion-webui/webui.sh
|
12 |
RUN /stable-diffusion-webui/webui.sh --skip-torch-cuda-test
|
|
|
13 |
EXPOSE 7860
|
14 |
+
RUN /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
|