@ -27,7 +27,7 @@ services:
|
|||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["auto"]
|
profiles: ["auto"]
|
||||||
build: ./services/AUTOMATIC1111
|
build: ./services/AUTOMATIC1111
|
||||||
image: sd-auto:10
|
image: sd-auto:11
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--allow-code --medvram --xformers
|
- CLI_ARGS=--allow-code --medvram --xformers
|
||||||
|
|
||||||
|
@ -81,7 +81,10 @@ RUN pip install opencv-python-headless \
|
|||||||
|
|
||||||
COPY . /docker
|
COPY . /docker
|
||||||
|
|
||||||
RUN chmod +x /docker/entrypoint.sh && python3 /docker/info.py ${ROOT}/modules/ui.py
|
RUN <<EOF
|
||||||
|
python3 /docker/info.py ${ROOT}/modules/ui.py
|
||||||
|
mv ${ROOT}/style.css ${ROOT}/user.css
|
||||||
|
EOF
|
||||||
|
|
||||||
WORKDIR ${ROOT}/repositories/stable-diffusion
|
WORKDIR ${ROOT}/repositories/stable-diffusion
|
||||||
ENV CLI_ARGS=""
|
ENV CLI_ARGS=""
|
||||||
|
0
services/lstein/entrypoint.sh
Normal file → Executable file
0
services/lstein/entrypoint.sh
Normal file → Executable file
Reference in New Issue
Block a user