koenverhagen commited on
Commit
8ecf3ae
1 Parent(s): 597b91e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -32
Dockerfile CHANGED
@@ -8,46 +8,18 @@ ENV DEBIAN_FRONTEND noninteractive
8
 
9
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
10
 
11
- RUN adduser --disabled-password --gecos '' user
12
- RUN mkdir /content && chown -R user:user /content
13
- WORKDIR /content
14
- USER user
15
 
16
  RUN pip3 install --upgrade pip
17
  # RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230119.A10G-cp310-cp310-linux_x86_64.whl
18
  RUN pip install --pre triton
19
  RUN pip install numexpr torchmetrics==0.11.4
20
 
21
- # RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
22
- # RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
23
- # RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
24
- #RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
25
- # RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
26
  RUN python launch.py --skip-torch-cuda-test
27
- #
28
- #ADD --chown=user https://github.com/camenduru/webui/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://github.com/camenduru/webui/raw/main/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
34
- #RUN sed -i -e '/(train_interface, \"Train\", \"ti\"),/d' /content/stable-diffusion-webui/modules/ui.py
35
- #RUN sed -i -e '/extensions_interface, \"Extensions\", \"extensions\"/d' /content/stable-diffusion-webui/modules/ui.py
36
- #RUN sed -i -e '/settings_interface, \"Settings\", \"settings\"/d' /content/stable-diffusion-webui/modules/ui.py
37
- #RUN sed -i -e "s/document.getElementsByTagName('gradio-app')\[0\].shadowRoot/!!document.getElementsByTagName('gradio-app')[0].shadowRoot ? document.getElementsByTagName('gradio-app')[0].shadowRoot : document/g" /content/stable-diffusion-webui/script.js
38
- #RUN sed -i -e 's/ show_progress=False,/ show_progress=True,/g' /content/stable-diffusion-webui/modules/ui.py
39
- #RUN sed -i -e 's/default_enabled=False/default_enabled=True/g' /content/stable-diffusion-webui/webui.py
40
- #RUN sed -i -e 's/ outputs=\[/queue=False, &/g' /content/stable-diffusion-webui/modules/ui.py
41
- #RUN sed -i -e 's/ queue=False, / /g' /content/stable-diffusion-webui/modules/ui.py
42
-
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://github.com/camenduru/webui-docker/raw/main/shared-ui-config.json /content/shared-ui-config.json
47
-
48
- #ADD --chown=user https://huggingface.co/ckpt/anything-v3-vae-swapped/resolve/main/anything-v3-vae-swapped.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/anything-v3-vae-swapped.ckpt
49
 
50
  EXPOSE 7860
51
 
52
- #CMD cd /content/stable-diffusion-webui && python webui.py --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file /content/shared-ui-config.json --ui-settings-file /content/shared-config.json
53
  CMD python webui.py --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file
 
8
 
9
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
10
 
11
+ WORKDIR /
12
+
 
 
13
 
14
  RUN pip3 install --upgrade pip
15
  # RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230119.A10G-cp310-cp310-linux_x86_64.whl
16
  RUN pip install --pre triton
17
  RUN pip install numexpr torchmetrics==0.11.4
18
 
19
+
 
 
 
 
20
  RUN python launch.py --skip-torch-cuda-test
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  EXPOSE 7860
23
 
24
+
25
  CMD python webui.py --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file