Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse filesfixed header, was displaying 3.4 instead of OpenGen
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -47,7 +47,7 @@ RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui && \
|
|
47 |
|
48 |
# Apply configuration patches
|
49 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/env_patch.py /content/
|
50 |
-
ADD --chown=user https://raw.githubusercontent.com/darkstorm2150/webui/main/
|
51 |
RUN sed -i '/import image_from_url_text/r /content/env_patch.py' stable-diffusion-webui/modules/ui.py && \
|
52 |
sed -i '/demo:/r /content/header_patch.py' stable-diffusion-webui/modules/ui.py
|
53 |
|
|
|
47 |
|
48 |
# Apply configuration patches
|
49 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/env_patch.py /content/
|
50 |
+
ADD --chown=user https://raw.githubusercontent.com/darkstorm2150/webui/refs/heads/main/OpenGen_header_patch.py /content/
|
51 |
RUN sed -i '/import image_from_url_text/r /content/env_patch.py' stable-diffusion-webui/modules/ui.py && \
|
52 |
sed -i '/demo:/r /content/header_patch.py' stable-diffusion-webui/modules/ui.py
|
53 |
|