Skip to content

Commit b33c0d4

Browse files
authored
Fix UI Layout (#196)
Closes #183
1 parent 5450583 commit b33c0d4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
<<: *base_service
2828
profiles: ["auto"]
2929
build: ./services/AUTOMATIC1111
30-
image: sd-auto:10
30+
image: sd-auto:11
3131
environment:
3232
- CLI_ARGS=--allow-code --medvram --xformers
3333

services/AUTOMATIC1111/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ RUN pip install opencv-python-headless \
8181

8282
COPY . /docker
8383

84-
RUN chmod +x /docker/entrypoint.sh && python3 /docker/info.py ${ROOT}/modules/ui.py
84+
RUN <<EOF
85+
python3 /docker/info.py ${ROOT}/modules/ui.py
86+
mv ${ROOT}/style.css ${ROOT}/user.css
87+
EOF
8588

8689
WORKDIR ${ROOT}/repositories/stable-diffusion
8790
ENV CLI_ARGS=""

services/lstein/entrypoint.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)