Update Core to bb765f1 (#29)

This commit is contained in:
AbdBarho
2022-09-04 08:46:14 +02:00
committed by GitHub
parent 5f6d9fbb03
commit ae834cb764
2 changed files with 5 additions and 3 deletions

View File

@@ -23,8 +23,8 @@ RUN pip install -U --no-cache-dir pyperclip
# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step
# RUN cd stable-diffusion && git pull && git reset --hard c84748aa6802c2f934687883a79bde745d2a58a6 && \
# conda env update --file environment.yaml --name base && conda clean -a -y
RUN cd stable-diffusion && git pull && git reset --hard bb765f1897c968495ffe12a06b421d97b56d5ae1 && \
conda env update --file environment.yaml --name base && conda clean -a -y
# download dev UI version, update the sha below in case you want some other version