parent
95e489afec
commit
9d2a3388c3
@ -27,7 +27,7 @@ services:
|
||||
<<: *base_service
|
||||
profiles: ["auto"]
|
||||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:38
|
||||
image: sd-auto:39
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||
|
||||
|
@ -83,6 +83,8 @@ COPY . /docker
|
||||
RUN <<EOF
|
||||
python3 /docker/info.py ${ROOT}/modules/ui.py
|
||||
mv ${ROOT}/style.css ${ROOT}/user.css
|
||||
# one of the ugliest hacks I ever wrote
|
||||
sed -i 's/in_app_dir = .*/in_app_dir = True/g' /usr/local/lib/python3.10/site-packages/gradio/routes.py
|
||||
EOF
|
||||
|
||||
WORKDIR ${ROOT}
|
||||
|
Loading…
Reference in New Issue
Block a user