Skip to content

Commit

Permalink
additional review edits
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantj committed Mar 25, 2022
1 parent 762fc4a commit 396270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1037,8 +1037,8 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu,
ENV LD_LIBRARY_PATH /opt/tritonserver/backends/onnxruntime:${LD_LIBRARY_PATH}
'''

# libgomp1 is needed by both onnxruntime and pytorch backends
backend_dependencies = ""
# libgomp1 is needed by both onnxruntime and pytorch backends
if ('onnxruntime' in backends) or ('pytorch' in backends):
backend_dependencies = "libgomp1"

Expand Down

0 comments on commit 396270f

Please sign in to comment.