Skip to content

Commit

Permalink
Update automatic1111 webui base image (AbdBarho#601)
Browse files Browse the repository at this point in the history
Update the minor version of Python in the base image for AUTOMATIC1111
web UI.

Closes issue AbdBarho#600
  • Loading branch information
cococig authored Nov 13, 2023
1 parent 6a34739 commit a2561f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2561f2

Please sign in to comment.