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:
Yi Zhang 2024-03-21 10:01:03 +08:00 committed by GitHub
parent 0335ea9f1e
commit 175f149b30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}