mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-27 06:04:11 -05:00
Update Versions (#43)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user