From af6040de39eda6068be9dd6eaeb6bb3562a308b5 Mon Sep 17 00:00:00 2001 From: Abdullah Barhoum Date: Sun, 18 Sep 2022 09:44:54 +0200 Subject: [PATCH] auto --- services/AUTOMATIC1111/Dockerfile | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 317231c..27eebca 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -1,13 +1,16 @@ # syntax=docker/dockerfile:1 FROM alpine/git:2.36.2 as download + + +RUN git clone --depth 1 https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion +RUN git clone --depth 1 https://github.com/sczhou/CodeFormer.git repositories/CodeFormer +RUN git clone --depth 1 https://github.com/salesforce/BLIP.git repositories/BLIP + RUN <