mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
18 lines
621 B
YAML
18 lines
621 B
YAML
jobs:
|
|
- job: Linux_CI_GPU_TENSORRT_Dev
|
|
pool: onnxruntime-tensorrt-linuxbuild
|
|
variables:
|
|
ALLOW_RELEASED_ONNX_OPSET_ONLY: '1'
|
|
timeoutInMinutes: 90
|
|
steps:
|
|
|
|
- template: templates/run-docker-build-steps.yml
|
|
parameters:
|
|
# Latest TensorRT container only supports ubuntu20.04 and python 3.8
|
|
RunDockerBuildArgs: '-o ubuntu20.04 -d tensorrt -r $(Build.BinariesDirectory) -p 3.8 -x "--build_wheel"'
|
|
|
|
- template: templates/component-governance-component-detection-steps.yml
|
|
parameters :
|
|
condition : 'ci_only'
|
|
|
|
- template: templates/clean-agent-build-directory-step.yml
|