Spaces:
Running
on
A10G
Running
on
A10G
darkstorm2150
commited on
Commit
•
a8e560a
1
Parent(s):
bb1dfce
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -43,7 +43,7 @@ RUN sed -i -e 's/ queue=False, / /g' /content/stab
|
|
43 |
RUN rm -rfv /content/stable-diffusion-webui/scripts/
|
44 |
|
45 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/shared-config.json /content/shared-config.json
|
46 |
-
ADD --chown=user https://
|
47 |
|
48 |
ADD --chown=user https://huggingface.co/darkstorm2150/OpenGen/resolve/main/OpenGen%20v1.0.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/OpenGen%20v1.0.safetensors
|
49 |
|
|
|
43 |
RUN rm -rfv /content/stable-diffusion-webui/scripts/
|
44 |
|
45 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/shared-config.json /content/shared-config.json
|
46 |
+
ADD --chown=user https://raw.githubusercontent.com/darkstorm2150/webui/main/shared-ui-config.json /content/shared-ui-config.json
|
47 |
|
48 |
ADD --chown=user https://huggingface.co/darkstorm2150/OpenGen/resolve/main/OpenGen%20v1.0.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/OpenGen%20v1.0.safetensors
|
49 |
|