Skip to content

Commit 8d8dc2e

Browse files
ci: bump install-test uv container to pytorch 26.06-py3
The uv-test-pytorch job builds TransformerEngine from source (divergent dev TE pin) and its bundled nccl_ep fails to compile on 25.05-py3 (fatal error: nccl_device.h: No such file or directory). Bump to 26.06-py3 (matches docker/Dockerfile.ci base + the release wheel container) whose NCCL headers ship nccl_device.h and the newer device-comm symbols. Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
1 parent a07b200 commit 8d8dc2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}-container
128128
name: UV - Python${{ matrix.python-version }} - AMD64/Linux - NGC PyTorch
129129
container:
130-
image: nvcr.io/nvidia/pytorch:25.05-py3
130+
image: nvcr.io/nvidia/pytorch:26.06-py3
131131
strategy:
132132
fail-fast: false
133133
matrix:

0 commit comments

Comments
 (0)