stable-diffusion-webui-docker
stable-diffusion-webui-docker copied to clipboard
Invoke build exits with error code 1 - known torchmetrics version mismatch
I dont believe this is previously reported here
Describe the bug
Which UI
invoke
Hardware / Software
- OS: [Windows 11 Pro]
Steps to Reproduce
- sudo docker compose --profile invoke up --build
Additional context
https://github.com/invoke-ai/InvokeAI/issues/3658 https://github.com/invoke-ai/InvokeAI/issues/3700
should be solved after 3.0.0 upgrade https://github.com/invoke-ai/InvokeAI/releases/tag/v3.0.0
hopefully I will come to it soon
Hello, same issue. is it fixed? Should i just comment git reset --hard?
Hello, same issue. is it fixed? Should i just comment git reset --hard?
check the pr related to this issue or look at this issue here: https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/540
adding the below after line 35 worked for me but it's a temp fix:
RUN --mount=type=cache,target=/root/.cache/pip
pip uninstall -y torchmetrics &&
pip install torchmetrics==0.11.4
#596