mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
Remove downloading deps in CUDA package test stage (#19993)
### Description <!-- Describe your changes. --> ### Motivation and Context downloading deps is not needed in test stage remove it to reduce random downloading errors
This commit is contained in:
parent
0335ea9f1e
commit
175f149b30
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ stages:
|
|||
parameters:
|
||||
Dockerfile: tools/ci_build/github/linux/docker/${{ parameters.docker_file }}
|
||||
Context: tools/ci_build/github/linux/docker
|
||||
UpdateDepsTxt: false
|
||||
DockerBuildArgs: >-
|
||||
--build-arg TORCH_VERSION=${{ parameters.torch_version }}
|
||||
--build-arg OPSET_VERSION=${{ parameters.opset_version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue