From 8acd613ce12f143fc4f1c49e37289974f0e3c6b5 Mon Sep 17 00:00:00 2001 From: Abdullah Barhoum Date: Thu, 8 Sep 2022 17:36:28 +0200 Subject: [PATCH] Update hlky --- hlky/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlky/Dockerfile b/hlky/Dockerfile index 4807c38..be121df 100644 --- a/hlky/Dockerfile +++ b/hlky/Dockerfile @@ -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=2b1ac8daf7ea82c6c56eabab7e80ec1c33106a98 +ARG WEBUI_SHA=0dffc3918d596ad36a32ac56ecf4d523f490ae5e RUN cd stable-diffusion && git pull && git reset --hard ${WEBUI_SHA} && \ conda env update --file environment.yaml --name base && conda clean -a -y