We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b08e3 commit 561658bCopy full SHA for 561658b
cmake/download_onnxruntime.cmake
@@ -29,3 +29,4 @@ if(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
29
endif(NOT DOWNLOAD_RESULT EQUAL 0)
30
31
endif(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
32
+
tools/gen_ort_dockerfile.py
@@ -395,8 +395,8 @@ def dockerfile_for_linux(output_file):
395
"""
396
df += """
397
RUN cd /opt/onnxruntime/lib && \
398
- for i in `find . -mindepth 1 -maxdepth 1 -type f -name '*\.so*'`; do \
399
- patchelf --set-rpath '$ORIGIN' $i; \
+ for i in `find . -mindepth 1 -maxdepth 1 -type f -name '*\.so*'`; do \
+ patchelf --set-rpath '$ORIGIN' $i; \
400
done
401
402
# For testing copy ONNX custom op library and model
0 commit comments