mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 06:25:32 +00:00
parent
5450583be1
commit
b33c0d4bcf
3 changed files with 5 additions and 2 deletions
|
|
@ -81,7 +81,10 @@ RUN pip install opencv-python-headless \
|
|||
|
||||
COPY . /docker
|
||||
|
||||
RUN chmod +x /docker/entrypoint.sh && python3 /docker/info.py ${ROOT}/modules/ui.py
|
||||
RUN <<EOF
|
||||
python3 /docker/info.py ${ROOT}/modules/ui.py
|
||||
mv ${ROOT}/style.css ${ROOT}/user.css
|
||||
EOF
|
||||
|
||||
WORKDIR ${ROOT}/repositories/stable-diffusion
|
||||
ENV CLI_ARGS=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue