parent
5450583be1
commit
b33c0d4bcf
@ -27,7 +27,7 @@ services:
|
||||
<<: *base_service
|
||||
profiles: ["auto"]
|
||||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:10
|
||||
image: sd-auto:11
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram --xformers
|
||||
|
||||
|
@ -81,7 +81,10 @@ RUN pip install opencv-python-headless \
|
||||
|
||||
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
|
||||
ENV CLI_ARGS=""
|
||||
|
0
services/lstein/entrypoint.sh
Normal file → Executable file
0
services/lstein/entrypoint.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user