triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
68 stars 35 forks source link

Pin dependencies to avoid GLIBC version mismatch #243

Closed wphicks closed 2 years ago

wphicks commented 2 years ago

Without this fix, the server emits an error on model load like the following:

unable to load shared library: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found

This fix ensures that we are linking against a compatible version of libstdc++ to that used in the Triton server container.