Spaces:
Building
Building
Commit
·
bd1b110
1
Parent(s):
70b0985
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ RUN chown -R toor stable-diffusion-webui
|
|
10 |
USER toor
|
11 |
RUN /stable-diffusion-webui/webui.sh
|
12 |
EXPOSE 7860
|
13 |
-
|
|
|
10 |
USER toor
|
11 |
RUN /stable-diffusion-webui/webui.sh
|
12 |
EXPOSE 7860
|
13 |
+
ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
|