Skip to content

Commit 5979850

Browse files
committed
update
1 parent f4fab99 commit 5979850

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.azure/gpu-tests-fabric.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
displayName: "extend env. vars 4 future"
8686
8787
- bash: |
88+
set -ex
8889
echo $(DEVICES)
8990
echo $CUDA_VISIBLE_DEVICES
9091
echo $CUDA_VERSION_MM
@@ -96,6 +97,7 @@ jobs:
9697
python --version
9798
pip --version
9899
pip list
100+
apt-get update --qq
99101
apt-get install -y cuda-toolkit
100102
nvcc --version
101103
displayName: "Image info & NVIDIA"

.azure/gpu-tests-pytorch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
displayName: "extend env. vars 4 future"
9090
9191
- bash: |
92+
set -ex
9293
echo $(DEVICES)
9394
echo $CUDA_VISIBLE_DEVICES
9495
echo $CUDA_VERSION_MM
@@ -100,6 +101,7 @@ jobs:
100101
python --version
101102
pip --version
102103
pip list
104+
apt-get update --qq
103105
apt-get install -y cuda-toolkit
104106
nvcc --version
105107
displayName: "Image info & NVIDIA"

0 commit comments

Comments
 (0)