mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 12:34:46 +01:00
Add dependencies for Deforum extension
Deforum is a popular automatic1111 extension, this addition adds the needed dependencies so it can work properly with this docker image! Sorry I'm not a docker expert so I just added the lines in a way that worked here when testing, idk if this is the best place to install these dependencies!
This commit is contained in:
parent
660c098da0
commit
1c13ae3aa1
|
|
@ -80,6 +80,11 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
|
|
||||||
COPY . /docker
|
COPY . /docker
|
||||||
|
|
||||||
|
RUN pip install rich
|
||||||
|
RUN pip install numexpr
|
||||||
|
RUN pip install python-dotenv
|
||||||
|
RUN pip install segno
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
python3 /docker/info.py ${ROOT}/modules/ui.py && \
|
python3 /docker/info.py ${ROOT}/modules/ui.py && \
|
||||||
mv ${ROOT}/style.css ${ROOT}/user.css && \
|
mv ${ROOT}/style.css ${ROOT}/user.css && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue