|
30 | 30 | base: "nvcr.io/nvidia/pytorch:21.06-py3" # CUDA 11.3
|
31 | 31 | - environment: PTLATEST+CUDA118
|
32 | 32 | pytorch: "-U torch torchvision --extra-index-url https://download.pytorch.org/whl/cu118"
|
33 |
| - base: "nvcr.io/nvidia/pytorch:22.12-py3" # CUDA 11.8 |
| 33 | + base: "nvcr.io/nvidia/pytorch:23.02-py3" # CUDA 11.8 |
34 | 34 | container:
|
35 | 35 | image: ${{ matrix.base }}
|
36 | 36 | options: "--gpus all"
|
|
39 | 39 | - uses: actions/checkout@v3
|
40 | 40 | - name: apt install
|
41 | 41 | run: |
|
42 |
| - # FIXME: workaround for https://github.com/Project-MONAI/MONAI/issues/4200 |
43 | 42 | apt-get update
|
44 | 43 | apt-get install -y wget
|
45 | 44 | - name: Install the dependencies
|
|
77 | 76 | if: github.repository == 'Project-MONAI/MONAI'
|
78 | 77 | strategy:
|
79 | 78 | matrix:
|
80 |
| - container: ["pytorch:22.09", "pytorch:22.11", "pytorch:22.12"] |
| 79 | + container: ["pytorch:22.09", "pytorch:22.11", "pytorch:23.02"] |
81 | 80 | container:
|
82 | 81 | image: nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image
|
83 | 82 | options: "--gpus all"
|
@@ -122,7 +121,7 @@ jobs:
|
122 | 121 | if: github.repository == 'Project-MONAI/MONAI'
|
123 | 122 | strategy:
|
124 | 123 | matrix:
|
125 |
| - container: ["pytorch:22.09", "pytorch:22.11", "pytorch:22.12"] |
| 124 | + container: ["pytorch:22.09", "pytorch:22.11", "pytorch:23.02"] |
126 | 125 | container:
|
127 | 126 | image: nvcr.io/nvidia/${{ matrix.container }}-py3 # testing with the latest pytorch base image
|
128 | 127 | options: "--gpus all"
|
@@ -222,7 +221,7 @@ jobs:
|
222 | 221 | if: github.repository == 'Project-MONAI/MONAI'
|
223 | 222 | needs: cron-gpu # so that monai itself is verified first
|
224 | 223 | container:
|
225 |
| - image: nvcr.io/nvidia/pytorch:22.12-py3 # testing with the latest pytorch base image |
| 224 | + image: nvcr.io/nvidia/pytorch:23.02-py3 # testing with the latest pytorch base image |
226 | 225 | options: "--gpus all --ipc=host"
|
227 | 226 | runs-on: [self-hosted, linux, x64, integration]
|
228 | 227 | steps:
|
|
0 commit comments