Skip to content

Commit c32023c

Browse files
committed
--fix-missing
1 parent 5979850 commit c32023c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure/gpu-tests-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python --version
9898
pip --version
9999
pip list
100-
apt-get update --qq
100+
apt-get update -qq --fix-missing
101101
apt-get install -y cuda-toolkit
102102
nvcc --version
103103
displayName: "Image info & NVIDIA"

.azure/gpu-tests-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
python --version
102102
pip --version
103103
pip list
104-
apt-get update --qq
104+
apt-get update -qq --fix-missing
105105
apt-get install -y cuda-toolkit
106106
nvcc --version
107107
displayName: "Image info & NVIDIA"

0 commit comments

Comments
 (0)