Auto: hot fix fastapi (#328)

Closes #327
This commit is contained in:
AbdBarho 2023-02-11 11:13:41 +01:00 committed by GitHub
parent 1e0561c5cb
commit 2829ef3581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:43
image: sd-auto:44
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api

View File

@ -75,7 +75,7 @@ git reset --hard ${SHA}
pip install -r requirements_versions.txt
EOF
RUN --mount=type=cache,target=/root/.cache/pip pip install -U opencv-python-headless
RUN --mount=type=cache,target=/root/.cache/pip pip install -U opencv-python-headless fastapi==0.90.1
COPY . /docker