We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f826676 commit 6a41087Copy full SHA for 6a41087
2 files changed
.azure-pipelines/cpu-unit-test.yml
@@ -7,12 +7,12 @@ trigger:
7
8
strategy:
9
matrix:
10
- python-3.6:
11
- imageTag: '3.6'
12
python-3.7:
13
imageTag: '3.7'
14
python-3.8:
15
imageTag: '3.8'
+ python-3.10:
+ imageTag: '3.10'
16
# TODO
17
#python-latest:
18
# imageTag: '3'
.azure-pipelines/cuda-unit-test.yml
@@ -10,7 +10,7 @@ pool:
vmImage: ubuntu-latest
container:
- image: nvcr.io/nvidia/pytorch:20.12-py3
+ image: nvcr.io/nvidia/pytorch:24.03-py3
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/'
steps:
0 commit comments