Skip to content

Commit 1b4ccf2

Browse files
committed
update to 24.10
Signed-off-by: YunLiu <[email protected]>
1 parent dec62de commit 1b4ccf2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cron.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
base: "nvcr.io/nvidia/pytorch:24.08-py3" # CUDA 12.6
3535
- environment: PTLATEST+CUDA126
3636
pytorch: "-U torch torchvision --extra-index-url https://download.pytorch.org/whl/cu121"
37-
base: "nvcr.io/nvidia/pytorch:24.09-py3" # CUDA 12.6
37+
base: "nvcr.io/nvidia/pytorch:24.10-py3" # CUDA 12.6
3838
container:
3939
image: ${{ matrix.base }}
4040
options: "--gpus all"
@@ -84,7 +84,7 @@ jobs:
8484
if: github.repository == 'Project-MONAI/MONAI'
8585
strategy:
8686
matrix:
87-
container: ["pytorch:23.08", "pytorch:24.08", "pytorch:24.09"]
87+
container: ["pytorch:23.08", "pytorch:24.08", "pytorch:24.10"]
8888
container:
8989
image: nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image
9090
options: "--gpus all"
@@ -133,7 +133,7 @@ jobs:
133133
if: github.repository == 'Project-MONAI/MONAI'
134134
strategy:
135135
matrix:
136-
container: ["pytorch:24.09"]
136+
container: ["pytorch:24.10"]
137137
container:
138138
image: nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image
139139
options: "--gpus all"
@@ -237,7 +237,7 @@ jobs:
237237
if: github.repository == 'Project-MONAI/MONAI'
238238
needs: cron-gpu # so that monai itself is verified first
239239
container:
240-
image: nvcr.io/nvidia/pytorch:24.09-py3 # testing with the latest pytorch base image
240+
image: nvcr.io/nvidia/pytorch:24.10-py3 # testing with the latest pytorch base image
241241
options: "--gpus all --ipc=host"
242242
runs-on: [self-hosted, linux, x64, integration]
243243
steps:

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

1717
LABEL maintainer="[email protected]"

0 commit comments

Comments
 (0)