We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb512aa commit 796ba77Copy full SHA for 796ba77
docker-compose.yml
@@ -28,7 +28,7 @@ services:
28
<<: *base_service
29
profiles: ["auto"]
30
build: ./services/AUTOMATIC1111
31
- image: sd-auto:43
+ image: sd-auto:44
32
environment:
33
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
34
services/AUTOMATIC1111/Dockerfile
@@ -75,7 +75,7 @@ git reset --hard ${SHA}
75
pip install -r requirements_versions.txt
76
EOF
77
78
-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
79
80
COPY . /docker
81
0 commit comments