mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
Added RUN pip install --upgrade typing-extensions
This commit is contained in:
parent
802d0bcd68
commit
e742fb78c0
|
|
@ -33,6 +33,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
git reset --hard v1.9.4 && \
|
||||
pip install -r requirements_versions.txt
|
||||
|
||||
RUN pip install --upgrade typing-extensions
|
||||
|
||||
ENV ROOT=/stable-diffusion-webui
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue