Skip to content

Commit 898195c

Browse files
committed
cuda-toolkit
1 parent c87cb86 commit 898195c

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
@@ -96,6 +96,8 @@ jobs:
9696
python --version
9797
pip --version
9898
pip list
99+
apt-get install -y cuda-toolkit
100+
nvcc --version
99101
displayName: "Image info & NVIDIA"
100102
101103
- bash: |

.azure/gpu-tests-pytorch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
python --version
101101
pip --version
102102
pip list
103+
apt-get install -y cuda-toolkit
104+
nvcc --version
103105
displayName: "Image info & NVIDIA"
104106
105107
- bash: |

0 commit comments

Comments
 (0)