mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
Fix merge error.
This commit is contained in:
parent
4ff2228595
commit
e6e6e9fc42
|
|
@ -81,9 +81,7 @@ RUN pip install opencv-python-headless \
|
|||
|
||||
COPY . /docker
|
||||
|
||||
RUN <<EOF
|
||||
chmod +x /docker/mount.sh && python3 /docker/info.py ${ROOT}/modules/ui.py
|
||||
EOF
|
||||
RUN chmod +x /docker/entrypoint.sh && python3 /docker/info.py ${ROOT}/modules/ui.py
|
||||
|
||||
WORKDIR ${ROOT}/repositories/stable-diffusion
|
||||
ENV CLI_ARGS=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue