Skip to content

Commit

Permalink
- cont
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 16, 2021
1 parent 830e3e8 commit 3251248
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .azure/testing-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:

pool: gridai-spot-pool
# this need to have installed docker in the base image...
container:
# base ML image: mcr.microsoft.com/azureml/openmpi3.1.2-cuda10.2-cudnn8-ubuntu18.04
# image: "pytorchlightning/pytorch_lightning:base-cuda-py3.9-torch1.8"
image: "nvcr.io/nvidia/pytorch:21.11-py3"
# image: "pytorch/pytorch:1.10.0-cuda11.3-cudnn8-runtime"
options: "-it --rm --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all --shm-size=32g"
#container:
# # base ML image: mcr.microsoft.com/azureml/openmpi3.1.2-cuda10.2-cudnn8-ubuntu18.04
# # image: "pytorchlightning/pytorch_lightning:base-cuda-py3.9-torch1.8"
# image: "nvcr.io/nvidia/pytorch:21.11-py3"
# # image: "pytorch/pytorch:1.10.0-cuda11.3-cudnn8-runtime"
# options: "-it --rm --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all --shm-size=32g"
steps:

- bash: |
Expand Down

0 comments on commit 3251248

Please sign in to comment.