Skip to content

Commit

Permalink
CI: update torch version from 1.6 to 1.8 (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta authored Dec 18, 2021
1 parent 73945c6 commit 8d3fbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# ToDo: this need to have installed docker in the base image...
#container: "pytorchlightning/pytorch_lightning:base-cuda-py$[ variables['python.version'] ]-torch1.6"
container:
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.7-torch1.6"
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.7-torch1.8"
#endpoint: azureContainerRegistryConnection
options: "--runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all"

Expand Down

0 comments on commit 8d3fbf7

Please sign in to comment.