triton-inference-server / server

The Triton Inference Server provides an optimized cloud and edge inferencing solution.
https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/index.html
BSD 3-Clause "New" or "Revised" License
8.38k stars 1.49k forks source link

Removing maven installation as it causes side package installation #7808

Closed mc-nv closed 1 week ago

mc-nv commented 1 week ago

Preinstalled maven package in ubuntu 24.04 includes JRE 1.21 which no longer compatible with compiler options 1.7 which we rely on in: https://github.com/search?q=repo%3Abytedeco%2Fjavacpp-presets+1.7+language%3A%22Maven+POM%22+&type=code

Related to: https://github.com/triton-inference-server/client/pull/808