Skip to content

Commit 4526b68

Browse files
authored
[DLMED] update to 22.02 (#4041)
Signed-off-by: Nic Ma <[email protected]>
1 parent af725d7 commit 4526b68

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: github.repository == 'Project-MONAI/MONAI'
6363
strategy:
6464
matrix:
65-
container: ["pytorch:21.02", "pytorch:21.10", "pytorch:22.02"] # 21.02, 21.10 for backward comp.
65+
container: ["pytorch:21.02", "pytorch:21.10", "pytorch:22.03"] # 21.02, 21.10 for backward comp.
6666
container:
6767
image: nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image
6868
options: "--gpus all"
@@ -106,7 +106,7 @@ jobs:
106106
if: github.repository == 'Project-MONAI/MONAI'
107107
strategy:
108108
matrix:
109-
container: ["pytorch:21.02", "pytorch:21.10", "pytorch:22.02"] # 21.02, 21.10 for backward comp.
109+
container: ["pytorch:21.02", "pytorch:21.10", "pytorch:22.03"] # 21.02, 21.10 for backward comp.
110110
container:
111111
image: nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image
112112
options: "--gpus all"
@@ -204,7 +204,7 @@ jobs:
204204
if: github.repository == 'Project-MONAI/MONAI'
205205
needs: cron-gpu # so that monai itself is verified first
206206
container:
207-
image: nvcr.io/nvidia/pytorch:22.02-py3 # testing with the latest pytorch base image
207+
image: nvcr.io/nvidia/pytorch:22.03-py3 # testing with the latest pytorch base image
208208
options: "--gpus all --ipc=host"
209209
runs-on: [self-hosted, linux, x64, common]
210210
steps:

.github/workflows/pythonapp-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
base: "nvcr.io/nvidia/pytorch:21.10-py3"
4747
- environment: PT110+CUDA116
4848
# we explicitly set pytorch to -h to avoid pip install error
49-
# 22.02: 1.11.0a0+17540c5
49+
# 22.03: 1.12.0a0+2c916ef
5050
pytorch: "-h"
51-
base: "nvcr.io/nvidia/pytorch:22.02-py3"
51+
base: "nvcr.io/nvidia/pytorch:22.03-py3"
5252
- environment: PT110+CUDA102
5353
pytorch: "torch==1.10.1 torchvision==0.11.2"
5454
base: "nvcr.io/nvidia/cuda:10.2-devel-ubuntu18.04"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# To build with a different base image
1313
# please run `docker build` using the `--build-arg PYTORCH_IMAGE=...` flag.
14-
ARG PYTORCH_IMAGE=nvcr.io/nvidia/pytorch:22.02-py3
14+
ARG PYTORCH_IMAGE=nvcr.io/nvidia/pytorch:22.03-py3
1515
FROM ${PYTORCH_IMAGE}
1616

1717
LABEL maintainer="[email protected]"

0 commit comments

Comments
 (0)