We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c355c3 commit a366662Copy full SHA for a366662
dags/common/vm_resource.py
@@ -300,7 +300,7 @@ class DockerImage(enum.Enum):
300
f"{datetime.datetime.today().strftime('%Y-%m-%d')}"
301
)
302
MAXTEXT_TPU_JAX_STABLE_STACK = (
303
- "gcr.io/tpu-prod-env-multipod/maxtext_jax_stable_stack_0.4.35:"
+ "gcr.io/tpu-prod-env-multipod/maxtext_jax_stable_stack:"
304
305
306
MAXTEXT_TPU_STABLE_STACK_NIGHTLY_JAX = (
0 commit comments