Skip to content

Commit c9394b0

Browse files
authored
Merge pull request #4575 from pulasthi/update_to_jaxai_images
updating example to use jax ai images
2 parents 736266e + c3348a5 commit c9394b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

community/examples/gke-tpu-v6/tpu-multislice.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
cloud.google.com/gke-tpu-topology: 4x4
4242
containers:
4343
- name: jax-tpu
44-
image: python:3.10
44+
image: us-docker.pkg.dev/cloud-tpu-images/jax-ai-image/tpu:latest
4545
ports:
4646
- containerPort: 8471
4747
- containerPort: 8080
@@ -52,7 +52,6 @@ spec:
5252
- bash
5353
- -c
5454
- |
55-
pip install "jax[tpu]" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
5655
python -c 'import jax; print("Global device count:", jax.device_count())'
5756
sleep 60
5857
resources:

0 commit comments

Comments
 (0)