* update auto

* add gcc
This commit is contained in:
AbdBarho
2022-09-15 20:45:21 +02:00
committed by GitHub
parent c1fa2f1457
commit 5d731cb43c
5 changed files with 8 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step
ARG SHA=91c56c51c7c83e18adb8fc52a950ec481c93b1de
ARG SHA=874651e4d2b05e19616355015dd0cc67c8b8fad1
RUN <<EOF
cd stable-diffusion-webui
git pull --rebase

View File

@@ -7,7 +7,7 @@ file.write_text(
.replace(' return demo', """
with demo:
gr.Markdown(
'Created by [AUTOMATIC1111 / stable-diffusion-webui-docker](https://github.com/AbdBarho/stable-diffusion-webui-docker/tree/master/AUTOMATIC1111)'
'Created by [AUTOMATIC1111 / stable-diffusion-webui-docker](https://github.com/AbdBarho/stable-diffusion-webui-docker/)'
)
return demo
""", 1)