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

Using alternative managed symbolic links for library paths #4982

Merged
merged 2 commits into from
Oct 14, 2022

Conversation

mc-nv
Copy link
Contributor

@mc-nv mc-nv commented Oct 14, 2022

OBSERVATIONS:
Triton server uses build.py to generate Dockerfile for CPU only builds.
One of the steps for it is the COPY library dependencies.
As of now those library dependencies are using version specific path instead of using CUDA defined symlinks with alternatives .

HYPOTHESIS
Change hardcoded version values to the defined alternatives.

BENEFITS:
Triton server build became less version agnostic

@mc-nv
Copy link
Contributor Author

mc-nv commented Oct 14, 2022

By mistake I squash the commits and some additional conversation can be found here:
d6151d2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants