Rename Dockerfile to Dockerfile.Private.A10G
Browse files
Dockerfile → Dockerfile.Private.A10G
RENAMED
@@ -31,12 +31,12 @@ ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/header_patch
|
|
31 |
RUN sed -i -e '/demo:/r /content/header_patch.py' /content/stable-diffusion-webui/modules/ui.py
|
32 |
# -------------------------------------------------------------------------------------------------------------------
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
|
41 |
COPY --chown=user config.json /content/config.json
|
42 |
COPY --chown=user ui-config.json /content/ui-config.json
|
|
|
31 |
RUN sed -i -e '/demo:/r /content/header_patch.py' /content/stable-diffusion-webui/modules/ui.py
|
32 |
# -------------------------------------------------------------------------------------------------------------------
|
33 |
|
34 |
+
ADD --chown=user https://raw.githubusercontent.com/camenduru/stable-diffusion-webui-scripts/main/run_n_times.py /content/stable-diffusion-webui/scripts/run_n_times.py
|
35 |
+
RUN git clone -b v1.6 https://github.com/camenduru/deforum-for-automatic1111-webui /content/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui
|
36 |
+
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui-images-browser /content/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser
|
37 |
+
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui-huggingface /content/stable-diffusion-webui/extensions/stable-diffusion-webui-huggingface
|
38 |
+
RUN git clone -b v1.6 https://github.com/camenduru/sd-civitai-browser /content/stable-diffusion-webui/extensions/sd-civitai-browser
|
39 |
+
RUN git clone -b v1.6 https://github.com/camenduru/sd-webui-additional-networks /content/stable-diffusion-webui/extensions/sd-webu
|
40 |
|
41 |
COPY --chown=user config.json /content/config.json
|
42 |
COPY --chown=user ui-config.json /content/ui-config.json
|