From 440e30419e91e51d61588880cfdbf7753e21766b Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Fri, 5 Aug 2022 15:32:44 +0900 Subject: [PATCH 1/2] Update docker images --- azure-pipelines.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 909b1cca28..81421ed9f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,3 @@ -# Python package -# Create and test a Python package on multiple Python versions. -# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/python - trigger: tags: include: @@ -26,7 +21,7 @@ jobs: pool: azure-gpus-spot container: - image: "pytorchlightning/pytorch_lightning:base-cuda-py3.9-torch1.11" + image: "pytorchlightning/pytorch_lightning:base-cuda-py3.9-torch1.11-cuda11.3.1" #endpoint: azureContainerRegistryConnection options: "--runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all --shm-size=32g --name ci-container -v /usr/bin/docker:/tmp/docker:ro" From aa87fdea003ba559a7537a81746994fcd29c946c Mon Sep 17 00:00:00 2001 From: otaj Date: Thu, 25 Aug 2022 14:34:52 +0200 Subject: [PATCH 2/2] .