.circleci: Skip cuda /cudnn install if existing (#64825)
authorEli Uriegas <eliuriegas@fb.com>
Fri, 10 Sep 2021 21:00:22 +0000 (14:00 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 10 Sep 2021 23:49:14 +0000 (16:49 -0700)
commit717d267e191bcc1669acad21d87ffb70e6e89b90
tree649dc325ad6ef8675aed45f036f99477a1baf8e5
parentdafa0a5a3be0f02b0861fe7f701b257ad051cbe1
.circleci: Skip cuda /cudnn install if existing (#64825)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64825

Rewrites this script to only install the CUDA tools if they are not already
pre-installed

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Test Plan: Imported from OSS

Reviewed By: malfet

Differential Revision: D30869803

Pulled By: seemethere

fbshipit-source-id: 9eb3bd20875df0f2b18f5314ac825dbdf91637b5
.circleci/scripts/windows_cuda_install.sh
.circleci/scripts/windows_cudnn_install.sh