Fix merge error.

This commit is contained in:
Michael Riegel 2022-11-02 21:26:11 -04:00
parent 4ff2228595
commit e6e6e9fc42

View file

@ -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=""