diff --git a/Dockerfile.QA b/Dockerfile.QA index 7ff4598c22..0d3fb2a239 100644 --- a/Dockerfile.QA +++ b/Dockerfile.QA @@ -371,3 +371,6 @@ ENV LD_LIBRARY_PATH /opt/tritonserver/qa/clients:${LD_LIBRARY_PATH} # DLIS-3631: Needed to run Perf Analyzer CI tests correctly ENV LD_LIBRARY_PATH /opt/hpcx/ompi/lib:${LD_LIBRARY_PATH} + +# Required for PyTorch to pickup the correct HPCX libraries +ENV LD_LIBRARY_PATH /opt/hpcx/ucc/lib/:/opt/hpcx/ucx/lib/:${LD_LIBRARY_PATH}