From 720c29b83c5ecab68b63702d43702cbcae8add13 Mon Sep 17 00:00:00 2001 From: Tanmay Verma Date: Tue, 4 Jun 2024 17:49:15 -0700 Subject: [PATCH] fix: Remove onnxruntime libraries from system path (#7323) --- 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