Skip to content

Commit

Permalink
templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jun 2, 2024
1 parent 93a19d4 commit 83cfafd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ stages:
--build-arg TRT_VERSION=${{ variables.linux_trt_version }}
--build-arg BUILD_UID=$( id -u )
"
$ {{ if eq(parameters.EP, 'cuda') }}:
${{ if eq(parameters.EP, 'cuda') }}:
DockerBuildArgs: "
--build-arg BASEIMAGE=${{ variables.docker_base_image }}
--build-arg BUILD_UID=$( id -u )
Expand Down

0 comments on commit 83cfafd

Please sign in to comment.