mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-02 18:23:30 -05:00
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user