From b92ad511866c80d7bf9051f2ddea1affa70f3f5f Mon Sep 17 00:00:00 2001 From: redthing1 Date: Wed, 19 Oct 2022 15:50:45 -0700 Subject: [PATCH] wget is needed for gdown --- services/AUTOMATIC1111/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index c36a90e..dcc959c 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -22,6 +22,7 @@ RUN git clone https://github.com/crowsonkb/k-diffusion.git repositories/k-diffus FROM python:3.10-slim as xformers SHELL ["/bin/bash", "-ceuxo", "pipefail"] +RUN apt-get update && apt-get install -y wget && apt-get clean RUN pip install gdown RUN gdown https://drive.google.com/uc?id=1SqwicrLx1TrG_sbbEoIF_3TUHd4EYSmw -O /wheel.whl