Update automatic1111 webui base image (#601)

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

Closes issue #600
pull/610/head
cococig 7 months ago committed by GitHub
parent 6a34739135
commit a2561f2659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save