Skip to content

Commit 796ba77

Browse files
AbdBarhoJordan-Lambda
authored andcommitted
Auto: hot fix fastapi (AbdBarho#328)
Closes AbdBarho#327
1 parent fb512aa commit 796ba77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
<<: *base_service
2929
profiles: ["auto"]
3030
build: ./services/AUTOMATIC1111
31-
image: sd-auto:43
31+
image: sd-auto:44
3232
environment:
3333
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
3434

services/AUTOMATIC1111/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ git reset --hard ${SHA}
7575
pip install -r requirements_versions.txt
7676
EOF
7777

78-
RUN --mount=type=cache,target=/root/.cache/pip pip install -U opencv-python-headless
78+
RUN --mount=type=cache,target=/root/.cache/pip pip install -U opencv-python-headless fastapi==0.90.1
7979

8080
COPY . /docker
8181

0 commit comments

Comments
 (0)