Spaces:
Running
Running
Commit
·
7766c08
1
Parent(s):
44d1303
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,4 +13,4 @@ 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 --no-half --dry-run
|
16 |
-
ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half
|
|
|
13 |
RUN apt update && apt install ffmpeg libsm6 libxext6 -y
|
14 |
USER toor
|
15 |
RUN /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --dry-run
|
16 |
+
ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
|