Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

CI: Update docker image #1411

Merged
merged 3 commits into from
Aug 16, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .azure-pipelines/gpu-special-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:

pool: azure-gpus-spot

# 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.8-torch1.8"
#endpoint: azureContainerRegistryConnection
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.8-torch1.9-cuda11.1.1"
options: "--ipc=host --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all"

workspace:
Expand Down