Skip to content

Commit 05f91e8

Browse files
authored
[CI] Update docker image for Publish workflow (#483)
Update docker image for Publish workflow to corresponds Tests workflow
1 parent c0525b7 commit 05f91e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
matrix: ${{ fromJSON(needs.list-test-dirs.outputs.matrix) }}
5959
runs-on: arc-runner-set
6060
container:
61-
image: nvidia/cuda:11.8.0-devel-ubuntu20.04
61+
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
6262
steps:
6363
- name: Install dependencies via apt
6464
run: |
@@ -93,7 +93,7 @@ jobs:
9393
build-docs:
9494
runs-on: arc-runner-set
9595
container:
96-
image: nvidia/cuda:11.8.0-devel-ubuntu20.04
96+
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
9797
steps:
9898
- name: Install dependencies via apt
9999
run: |

0 commit comments

Comments
 (0)