mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
* Upgrade gpu build to CUDA 10 + cudnn 7.3 * update the yaml file for python package building * switch to the cuda9.1 docker file if the CUDA_VER is cuda9.1-cudnn7.1
12 lines
No EOL
427 B
YAML
12 lines
No EOL
427 B
YAML
jobs:
|
|
- job: Linux_CI_GPU_Dev
|
|
pool: Linux-GPU-CUDA10
|
|
steps:
|
|
- script: 'tools/ci_build/github/linux/run_dockerbuild.sh -o ubuntu16.04 -d gpu -c cuda9.1-cudnn7.1 -r $(Build.BinariesDirectory)'
|
|
displayName: 'Command Line Script'
|
|
env:
|
|
AZURE_BLOB_KEY: $(onnxruntime-storage-key)
|
|
|
|
- script: 'sudo rm -rf $(Agent.BuildDirectory)'
|
|
displayName: 'Clean build folders/files'
|
|
condition: always() |