We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5979850 commit c32023cCopy full SHA for c32023c
.azure/gpu-tests-fabric.yml
@@ -97,7 +97,7 @@ jobs:
97
python --version
98
pip --version
99
pip list
100
- apt-get update --qq
+ apt-get update -qq --fix-missing
101
apt-get install -y cuda-toolkit
102
nvcc --version
103
displayName: "Image info & NVIDIA"
.azure/gpu-tests-pytorch.yml
@@ -101,7 +101,7 @@ jobs:
104
105
106
107
0 commit comments