Skip to content

Commit f15f22a

Browse files
authored
update docker to 03/12 (#152)
* update docker to 03/12 * update version in ci
1 parent 6c3b297 commit f15f22a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python-version: ["3.10", "3.11"]
1717
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
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Install torchax

torchprime/launcher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:experimental
22
# 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
44

55
ARG USE_TRANSFORMERS=false
66
ARG USE_LOCAL_WHEEL=false

0 commit comments

Comments
 (0)