Skip to content

Commit 4bd26f9

Browse files
authored
1919 - test pt 2103 (Project-MONAI#1920)
* update to use pytorch2103 Signed-off-by: Wenqi Li <[email protected]>
1 parent 32e540f commit 4bd26f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cron-pt-image:
6161
if: github.repository == 'Project-MONAI/MONAI'
6262
container:
63-
image: nvcr.io/nvidia/pytorch:21.02-py3 # testing with the latest pytorch base image
63+
image: nvcr.io/nvidia/pytorch:21.03-py3 # testing with the latest pytorch base image
6464
options: "--gpus all"
6565
runs-on: [self-hosted, linux, x64, common]
6666
steps:
@@ -133,7 +133,7 @@ jobs:
133133
if: github.repository == 'Project-MONAI/MONAI'
134134
needs: cron-gpu # so that monai itself is verified first
135135
container:
136-
image: nvcr.io/nvidia/pytorch:21.02-py3 # testing with the latest pytorch base image
136+
image: nvcr.io/nvidia/pytorch:21.03-py3 # testing with the latest pytorch base image
137137
options: "--gpus all --ipc=host"
138138
runs-on: [self-hosted, linux, x64, common]
139139
steps:

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- environment: PT18+CUDA112
187187
# we explicitly set pytorch to -h to avoid pip install error
188188
pytorch: "-h"
189-
base: "nvcr.io/nvidia/pytorch:21.02-py3"
189+
base: "nvcr.io/nvidia/pytorch:21.03-py3"
190190
container:
191191
image: ${{ matrix.base }}
192192
options: --gpus all

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:21.02-py3
14+
ARG PYTORCH_IMAGE=nvcr.io/nvidia/pytorch:21.03-py3
1515
FROM ${PYTORCH_IMAGE}
1616

1717
LABEL maintainer="[email protected]"

0 commit comments

Comments
 (0)