From 55f9fdd4958c9c41cd695a59fc06f65a4696c6ee Mon Sep 17 00:00:00 2001 From: cococig <84442548+cococig@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:59:07 +0900 Subject: [PATCH] fix: Update automatic1111 webui base image --- services/AUTOMATIC1111/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index f380f30..b2618d0 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -20,7 +20,7 @@ RUN apk add --no-cache aria2 RUN aria2c -x 5 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/6.0.0/xformers-0.0.21.dev544-cp310-cp310-manylinux2014_x86_64-pytorch201.whl' -FROM python:3.10.9-slim +FROM python:3.10.13-slim ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1