From 6a66ff6abb7bcd60a23cdd583b74deb085ee65b1 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sat, 17 Sep 2022 16:09:54 +0200 Subject: [PATCH] Update hlky to dev (#76) Update hlky to dev https://github.com/sd-webui/stable-diffusion-webui/commit/abb0c1c37756f0b5c3869a4037fd3402671c025a --- services/hlky/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/services/hlky/Dockerfile b/services/hlky/Dockerfile index 7fd8865..926a61d 100644 --- a/services/hlky/Dockerfile +++ b/services/hlky/Dockerfile @@ -26,10 +26,10 @@ 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 BRANCH=master -ARG SHA=833a91047df999302f699637768741cecee9c37b -# ARG BRANCH=dev -# ARG SHA=5f3d7facdea58fc4f89b8c584d22a4639615a2f8 +# ARG BRANCH=master +# ARG SHA=833a91047df999302f699637768741cecee9c37b +ARG BRANCH=dev +ARG SHA=abb0c1c37756f0b5c3869a4037fd3402671c025a RUN <