Spaces:
Running
Running
Commit
·
44d1303
1
Parent(s):
5e095a0
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -12,4 +12,5 @@ RUN /stable-diffusion-webui/webui.sh --skip-torch-cuda-test
|
|
12 |
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
|
|
|
|
12 |
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
|