Spaces:
Building
Building
Commit
·
e314eec
1
Parent(s):
91c70ce
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,4 +9,4 @@ RUN apt install python3.11-venv -y
|
|
9 |
RUN apt update && apt install ffmpeg libsm6 libxext6 -y
|
10 |
USER toor
|
11 |
RUN stable-diffusion-webui/webui.sh
|
12 |
-
ENTRYPOINT stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half
|
|
|
9 |
RUN apt update && apt install ffmpeg libsm6 libxext6 -y
|
10 |
USER toor
|
11 |
RUN stable-diffusion-webui/webui.sh
|
12 |
+
ENTRYPOINT stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
|