mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
paddlepaddle-gpu tries to load libcuda.so.1 on import, but no GPU driver exists during Docker build. Set PADDLE_DEVICE=cpu, FLAGS_use_cuda=0, and CUDA_VISIBLE_DEVICES="" before any ML imports to force CPU mode.