Update automatic1111 webui base image (#601)

Update the minor version of Python in the base image for AUTOMATIC1111
web UI.

Closes issue #600
This commit is contained in:
cococig
2023-11-14 03:35:24 +09:00
committed by GitHub
parent 6a34739135
commit a2561f2659

View File

@@ -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