From e8aa99c72438c2ea0125f747a42bdf23157c920b Mon Sep 17 00:00:00 2001 From: tanmayv25 Date: Tue, 4 Jun 2024 12:58:58 -0700 Subject: [PATCH] Remove onnxrutime libraries from system path --- build.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.py b/build.py index 41e10434ce..57b90c6e5e 100755 --- a/build.py +++ b/build.py @@ -1141,12 +1141,6 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach # Remove once https://github.com/openucx/ucx/pull/9148 is available # in the min container. ENV UCX_MEM_EVENTS no -""" - - # TODO Remove once the ORT-OpenVINO "Exception while Reading network" is fixed - if "onnxruntime" in backends: - df += """ -ENV LD_LIBRARY_PATH /opt/tritonserver/backends/onnxruntime:${LD_LIBRARY_PATH} """ # Necessary for libtorch.so to find correct HPCX libraries