When I specify a symbolic link in the "libDir" parameter, the cqdeployer does not copy the necessary libraries Example with cuda libs not work: "libDir": [ "/usr/local/cuda/lib64/" ] but this works fine: "libDir": [ "/usr/local/cuda-12.3/lib64/" ]
When I specify a symbolic link in the "libDir" parameter, the cqdeployer does not copy the necessary libraries
Example with cuda libs
not work:
"libDir":
[
"/usr/local/cuda/lib64/"
]
but this works fine:
"libDir":
[
"/usr/local/cuda-12.3/lib64/"
]