Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support linux symlinks #825

Open
Andrey-Strokov opened this issue Oct 22, 2024 · 0 comments
Open

Please add support linux symlinks #825

Andrey-Strokov opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
Enhancement New feature or request
Milestone

Comments

@Andrey-Strokov
Copy link

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/"
]

@EndrII EndrII self-assigned this Oct 23, 2024
@EndrII EndrII added the Enhancement New feature or request label Oct 23, 2024
@EndrII EndrII added this to the v1.6 milestone Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants