Switch to ROCm 6.4 + Python 3.11 + PyTorch 2.9.1
Some checks failed
Build ROCm Image / build (push) Has been cancelled

- Base image: rocm/dev-ubuntu-22.04:6.4
- Python 3.10 → 3.11 via deadsnakes PPA
- torch/torchaudio: 2.5.1 → 2.9.1 (rocm6.4 wheel index)
- torchvision: 0.20.1 → 0.24.1
- pytorch_triton_rocm: 3.1.0 → 3.5.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 18:04:59 -04:00
parent d517f730c2
commit e0eb7c36df
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM rocm/dev-ubuntu-22.04:7.2
FROM rocm/dev-ubuntu-22.04:6.4
ENV DEBIAN_FRONTEND=noninteractive \
PYTHONDONTWRITEBYTECODE=1 \