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:
Marco Guaspari Worms 2023-06-22 13:34:06 -03:00 committed by GitHub
parent 660c098da0
commit 1c13ae3aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,11 @@ RUN --mount=type=cache,target=/root/.cache/pip \
COPY . /docker
RUN pip install rich
RUN pip install numexpr
RUN pip install python-dotenv
RUN pip install segno
RUN \
python3 /docker/info.py ${ROOT}/modules/ui.py && \
mv ${ROOT}/style.css ${ROOT}/user.css && \