File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
python-version : ["3.10", "3.11"]
17
17
container :
18
- image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_${{ matrix.python-version }}_tpuvm_cxx11_20250307
18
+ image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_${{ matrix.python-version }}_tpuvm_cxx11_20250312
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Install torchax
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:experimental
2
2
# Use torch_xla Python 3.10 as the base image
3
- FROM us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_3.10_tpuvm_cxx11_20250307
3
+ FROM us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_3.10_tpuvm_cxx11_20250312
4
4
5
5
ARG USE_TRANSFORMERS=false
6
6
ARG USE_LOCAL_WHEEL=false
You can’t perform that action at this time.
0 commit comments