Skip to content

Commit

Permalink
fix: Remove onnxruntime libraries from system path (#7323)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayv25 authored Jun 5, 2024
1 parent 6cdb778 commit 720c29b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 720c29b

Please sign in to comment.