From 76989b39a690353c284043ecfa13a49c8a87dddd Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Thu, 8 Sep 2022 17:56:15 +0200 Subject: [PATCH] Update Versions (#42) * Update hlky * Update automatic --- AUTOMATIC1111/Dockerfile | 26 ++++++++++++-------------- hlky/Dockerfile | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/AUTOMATIC1111/Dockerfile b/AUTOMATIC1111/Dockerfile index fb6cb9e..337f6ae 100644 --- a/AUTOMATIC1111/Dockerfile +++ b/AUTOMATIC1111/Dockerfile @@ -24,27 +24,25 @@ git reset --hard db6db585eb9ee48e7315e28603e18531dbc87067 pip install -U --prefer-binary --no-cache-dir -r requirements.txt EOF -# 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 SHA=e92d4cf7476f1897fce376916dfb40755ea7920f -RUN <