Spaces:
Running
on
A10G
Running
on
A10G
darkstorm2150
commited on
Commit
•
bb1dfce
1
Parent(s):
7889b24
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
27 |
|
28 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/env_patch.py /content/env_patch.py
|
29 |
RUN sed -i -e '/import image_from_url_text/r /content/env_patch.py' /content/stable-diffusion-webui/modules/ui.py
|
30 |
-
ADD --chown=user https://raw.githubusercontent.com/darkstorm2150/webui/main/
|
31 |
RUN sed -i -e '/demo:/r /content/header_patch.py' /content/stable-diffusion-webui/modules/ui.py
|
32 |
|
33 |
RUN sed -i -e '/(modelmerger_interface, \"Checkpoint Merger\", \"modelmerger\"),/d' /content/stable-diffusion-webui/modules/ui.py
|
|
|
27 |
|
28 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/env_patch.py /content/env_patch.py
|
29 |
RUN sed -i -e '/import image_from_url_text/r /content/env_patch.py' /content/stable-diffusion-webui/modules/ui.py
|
30 |
+
ADD --chown=user https://raw.githubusercontent.com/darkstorm2150/webui/main/OpenGen_header_patch.py /content/header_patch.py
|
31 |
RUN sed -i -e '/demo:/r /content/header_patch.py' /content/stable-diffusion-webui/modules/ui.py
|
32 |
|
33 |
RUN sed -i -e '/(modelmerger_interface, \"Checkpoint Merger\", \"modelmerger\"),/d' /content/stable-diffusion-webui/modules/ui.py
|