fix: Downgrade Python to 3.11 and use compatible dependency versions
Some checks failed
Build and Push Docker Image / build-gpu (push) Failing after 10s
Build and Push Docker Image / build-cpu (push) Failing after 10s

This commit is contained in:
Developer
2026-02-16 20:07:26 +01:00
parent e7a68c9c6d
commit 7c4a3c5abf
4 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu124
torch==2.5.1
torchvision==0.20.1
Real-ESRGAN==0.3.0
basicsr==1.4.2
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.0.1
torchvision==0.15.2
realesrgan>=0.2.5
basicsr>=1.4.1