mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
18 lines
489 B
YAML
18 lines
489 B
YAML
# TODO remove this CI build when ort_training is merged to master
|
|
|
|
trigger: none
|
|
|
|
jobs:
|
|
- template: templates/linux-ci.yml
|
|
parameters:
|
|
AgentPool : 'Linux-GPU-CUDA10'
|
|
JobName: 'Onnxruntime_Linux_GPU_Inference'
|
|
SubmoduleCheckoutMode: 'recursive'
|
|
BuildCommand: >
|
|
tools/ci_build/github/linux/run_dockerbuild.sh
|
|
-o ubuntu16.04 -d gpu -r $(Build.BinariesDirectory)
|
|
-x "
|
|
"
|
|
DoNugetPack: 'false'
|
|
ArtifactName: 'drop-linux'
|
|
TimeoutInMinutes: 90
|