File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ services:
3636 << : *base_service
3737 profiles : ["auto"]
3838 build : ./services/AUTOMATIC1111
39- image : sd-auto:5
39+ image : sd-auto:6
4040 environment :
4141 - CLI_ARGS=--allow-code --medvram --xformers
4242
Original file line number Diff line number Diff line change 22
33set -Eeuo pipefail
44
5- mkdir -p /data/config/auto/
5+ mkdir -p /data/config/auto/scripts/
66cp -n /docker/config.json /data/config/auto/config.json
77jq ' . * input' /data/config/auto/config.json /docker/config.json | sponge /data/config/auto/config.json
88
99if [ ! -f /data/config/auto/ui-config.json ]; then
1010 echo ' {}' > /data/config/auto/ui-config.json
1111fi
1212
13+ # copy scripts, we cannot just mount the directory because it will override the already provided scripts in the repo
14+ cp -rfT /data/config/auto/scripts/ " ${ROOT} /scripts"
15+
1316declare -A MOUNTS
1417
1518MOUNTS[" /root/.cache" ]=" /data/.cache"
You can’t perform that action at this time.
0 commit comments