We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f623256 + 1b3da57 commit 30d739cCopy full SHA for 30d739c
1 file changed
maxtext_jax_stable_stack.Dockerfile
@@ -34,6 +34,9 @@ RUN if [ "$DEVICE" = "tpu" ] && ([ "$JAX_STABLE_STACK_BASEIMAGE" = "us-docker.pk
34
# Install Maxtext requirements with Jax Stable Stack
35
RUN apt-get update && apt-get install --yes && apt-get install --yes dnsutils
36
37
+# TODO(bvandermoon, parambole): Remove this when it's added to JAX AI Image
38
+RUN pip install google-cloud-monitoring
39
+
40
# Install requirements file generated with pipreqs for JSS 0.5.2.
41
# Othewise use general requirements_with_jax_stable_stack.txt
42
RUN if [ "$DEVICE" = "tpu" ] && [ "$JAX_STABLE_STACK_BASEIMAGE" = "us-docker.pkg.dev/cloud-tpu-images/jax-stable-stack/tpu:jax0.5.2-rev1" ]; then \
0 commit comments