mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-04 14:07:41 +00:00
parent
95e489afec
commit
9d2a3388c3
2 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue