File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 85
85
displayName: "extend env. vars 4 future"
86
86
87
87
- bash : |
88
+ set -ex
88
89
echo $(DEVICES)
89
90
echo $CUDA_VISIBLE_DEVICES
90
91
echo $CUDA_VERSION_MM
96
97
python --version
97
98
pip --version
98
99
pip list
100
+ apt-get update --qq
99
101
apt-get install -y cuda-toolkit
100
102
nvcc --version
101
103
displayName: "Image info & NVIDIA"
Original file line number Diff line number Diff line change 89
89
displayName: "extend env. vars 4 future"
90
90
91
91
- bash : |
92
+ set -ex
92
93
echo $(DEVICES)
93
94
echo $CUDA_VISIBLE_DEVICES
94
95
echo $CUDA_VERSION_MM
@@ -100,6 +101,7 @@ jobs:
100
101
python --version
101
102
pip --version
102
103
pip list
104
+ apt-get update --qq
103
105
apt-get install -y cuda-toolkit
104
106
nvcc --version
105
107
displayName: "Image info & NVIDIA"
You can’t perform that action at this time.
0 commit comments