Hello,
I could manage to solve this issue. I checked the job log file and it turns out that it could not find libcusolver.so.10 file.
I am using cuda 11.8 but it does not have libcusolver.so.10 in “/usr/local/cuda-11.8/targets/x86_64-linux/lib” instead it has libcusolver.so.11.
So I created symbolic link for libcusolver.so.10 as follows
sudo ln -s libcusolver.so.11 libcusolver.so.10 (make sure to cd into the lib directory where libcusolver.so.11 is located)
After that I restarted cryosparc and rerun DeepPicker and its running smoothly so far.