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 59e24e4 commit 75beb42Copy full SHA for 75beb42
CMakeLists.txt
@@ -418,7 +418,7 @@ install(
418
# that tar file. We copy over the libraries and other requirements
419
# prior to running this build and therefore these set of install
420
# commands are not needed.
421
-if(TRITON_ONNXRUNTIME_DOCKER_BUILD)
+if(TRITON_ONNXRUNTIME_DOCKER_BUILD OR DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
422
install(
423
DIRECTORY
424
${CMAKE_CURRENT_BINARY_DIR}/onnxruntime/
0 commit comments