Issue
When trying to translate a manga page with offline translation I get the following error :
RuntimeError: Library libcublas.so.12 is not found or cannot be loaded
Running ldconfig -p | grep libcublas outputs this :
libcublasLt.so.12 (libc6,x86-64) => /opt/cuda/lib64/libcublasLt.so.12 libcublasLt.so (libc6,x86-64) => /opt/cuda/lib64/libcublasLt.so libcublas.so.12 (libc6,x86-64) => /opt/cuda/lib64/libcublas.so.12 libcublas.so (libc6,x86-64) => /opt/cuda/lib64/libcublas.so
I do have libnvidia-container-tool and extra/libnvidia-container installed.
I start the webserver using docker-compose -f demo/doc/docker-compose-web-with-gpu.yml up
Command Line Arguments
Console logs