We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806990e commit bf3eda0Copy full SHA for bf3eda0
.github/workflows/jax-array-api.yml
@@ -17,7 +17,7 @@ jobs:
17
# Containers must run in Linux based operating systems
18
runs-on: linux-x86-n2-32
19
# Docker Hub image that `container-job` executes in
20
- container: ubuntu:latest
+ container: us-docker.pkg.dev/cloud-tpu-v2-images-dev/pathways/maxtext_jax_stable:latest
21
22
steps:
23
# Downloads a copy of the code in your repository before running CI tests
0 commit comments