From 878a173c66beea02f52aa44c7d7a475fdce665ab Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 14 Oct 2022 22:03:59 +0200 Subject: [PATCH] hlky --- services/AUTOMATIC1111/Dockerfile | 8 +++++--- services/hlky/Dockerfile | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 1c4af34..2b163c8 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -46,10 +46,14 @@ ENV ROOT=/stable-diffusion-webui \ COPY --from=download /git/ ${ROOT} RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeFormer/requirements.txt +# TODO: move to top +RUN apt-get install jq moreutils -y + + # 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=9b75ab144f5fa3669166374dacd5ffc340984078 +ARG SHA=03d62538aebeff51713619fe808c953bdb70193d RUN <