Update Versions (#43)

This commit is contained in:
AbdBarho
2022-09-09 19:05:19 +02:00
committed by GitHub
parent 76989b39a6
commit e32a48f42a
4 changed files with 4 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ 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
ARG WEBUI_SHA=0dffc3918d596ad36a32ac56ecf4d523f490ae5e
ARG WEBUI_SHA=b9d97c9816251933d094f1dae43d2c631a07db7a
RUN cd stable-diffusion && git pull && git reset --hard ${WEBUI_SHA} && \
conda env update --file environment.yaml --name base && conda clean -a -y