mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-11 01:54:21 +01:00
Update hlky
This commit is contained in:
parent
ab651fe0d7
commit
487c481fcf
|
|
@ -15,7 +15,7 @@ RUN apt-get update && apt install fonts-dejavu-core rsync -y && apt-get clean
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
git clone https://github.com/sd-webui/stable-diffusion-webui.git stable-diffusion
|
git clone https://github.com/sd-webui/stable-diffusion-webui.git stable-diffusion
|
||||||
cd stable-diffusion
|
cd stable-diffusion
|
||||||
git reset --hard 2b1ac8daf7ea82c6c56eabab7e80ec1c33106a98
|
git reset --hard 7623a5734740025d79b710f3744bff9276e1467b
|
||||||
conda env update --file environment.yaml -n base
|
conda env update --file environment.yaml -n base
|
||||||
conda clean -a -y
|
conda clean -a -y
|
||||||
EOF
|
EOF
|
||||||
|
|
@ -26,7 +26,7 @@ RUN pip install -U --no-cache-dir pyperclip
|
||||||
# Note: don't update the sha of previous versions because the install will take forever
|
# Note: don't update the sha of previous versions because the install will take forever
|
||||||
# instead, update the repo state in a later step
|
# instead, update the repo state in a later step
|
||||||
ARG BRANCH=master
|
ARG BRANCH=master
|
||||||
ARG SHA=2236e8b5854092054e2c30edc559006ace53bf96
|
ARG SHA=7623a5734740025d79b710f3744bff9276e1467b
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
cd stable-diffusion
|
cd stable-diffusion
|
||||||
git fetch
|
git fetch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue