Skip to content

Commit

Permalink
WORKAROUND: cannot import name TypeIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adios committed Dec 1, 2024
1 parent 802d0bc commit 8e9b75a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
cd stable-diffusion-webui && \
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
Expand Down

0 comments on commit 8e9b75a

Please sign in to comment.