Adding explicit install of typing-extensions to workaround error in AUTOMATIC1111.
This commit is contained in:
@@ -31,7 +31,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||||||
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
|
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
|
||||||
cd stable-diffusion-webui && \
|
cd stable-diffusion-webui && \
|
||||||
git reset --hard v1.9.4 && \
|
git reset --hard v1.9.4 && \
|
||||||
pip install -r requirements_versions.txt
|
pip install -r requirements_versions.txt && \
|
||||||
|
pip install --upgrade typing-extensions
|
||||||
|
|
||||||
|
|
||||||
ENV ROOT=/stable-diffusion-webui
|
ENV ROOT=/stable-diffusion-webui
|
||||||
|
|||||||
Reference in New Issue
Block a user