Spaces:
Building
Building
Commit
·
99e061f
1
Parent(s):
7de776f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ 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 |
-
|
|
|
14 |
USER root
|
15 |
RUN apt update && apt install ffmpeg libsm6 libxext6 -y
|
16 |
USER toor
|
17 |
+
ENTRYPOINT stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
|