From 175f149b30bae8e02d146f1a34d22e1415b6f154 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 21 Mar 2024 10:01:03 +0800 Subject: [PATCH] Remove downloading deps in CUDA package test stage (#19993) ### Description ### Motivation and Context downloading deps is not needed in test stage remove it to reduce random downloading errors --- .../templates/py-packaging-training-cuda-stage-steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-training-cuda-stage-steps.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-training-cuda-stage-steps.yml index 91d7b9f219..024b9b4559 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-training-cuda-stage-steps.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-training-cuda-stage-steps.yml @@ -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 }}