Skip to content

Commit 6a41087

Browse files
committed
replace py 3.6 with 3.10 and update cuda to 12.4 for unit test
1 parent f826676 commit 6a41087

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.azure-pipelines/cpu-unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ trigger:
77

88
strategy:
99
matrix:
10-
python-3.6:
11-
imageTag: '3.6'
1210
python-3.7:
1311
imageTag: '3.7'
1412
python-3.8:
1513
imageTag: '3.8'
14+
python-3.10:
15+
imageTag: '3.10'
1616
# TODO
1717
#python-latest:
1818
# imageTag: '3'

.azure-pipelines/cuda-unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pool:
1010
vmImage: ubuntu-latest
1111

1212
container:
13-
image: nvcr.io/nvidia/pytorch:20.12-py3
13+
image: nvcr.io/nvidia/pytorch:24.03-py3
1414
options: '-v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v /usr/bin/sudo:/usr/bin/sudo -v /usr/lib/sudo/:/usr/lib/sudo/'
1515

1616
steps:

0 commit comments

Comments
 (0)