Skip to content

Commit 75beb42

Browse files
committed
Update installation instructions
1 parent 59e24e4 commit 75beb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ install(
418418
# that tar file. We copy over the libraries and other requirements
419419
# prior to running this build and therefore these set of install
420420
# commands are not needed.
421-
if(TRITON_ONNXRUNTIME_DOCKER_BUILD)
421+
if(TRITON_ONNXRUNTIME_DOCKER_BUILD OR DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
422422
install(
423423
DIRECTORY
424424
${CMAKE_CURRENT_BINARY_DIR}/onnxruntime/

0 commit comments

Comments
 (0)