mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
- fix(ocr): change paddlepaddle-gpu from --extra-index-url to --index-url for the CUDA 12.6 package index. With --extra-index-url, pip could resolve from PyPI (CUDA 11 build) instead of the cu126 index, causing "libcusolver.so.11: undefined symbol" errors on CUDA 12 containers. - revert version to 1.17.1 (v1.17.2 release was deleted)