Skip to content

Commit 30d739c

Browse files
author
maxtext authors
committed
Merge pull request #1683 from AI-Hypercomputer:bvandermoon-dependencies
PiperOrigin-RevId: 755059439
2 parents f623256 + 1b3da57 commit 30d739c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

maxtext_jax_stable_stack.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ RUN if [ "$DEVICE" = "tpu" ] && ([ "$JAX_STABLE_STACK_BASEIMAGE" = "us-docker.pk
3434
# Install Maxtext requirements with Jax Stable Stack
3535
RUN apt-get update && apt-get install --yes && apt-get install --yes dnsutils
3636

37+
# TODO(bvandermoon, parambole): Remove this when it's added to JAX AI Image
38+
RUN pip install google-cloud-monitoring
39+
3740
# Install requirements file generated with pipreqs for JSS 0.5.2.
3841
# Othewise use general requirements_with_jax_stable_stack.txt
3942
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

Comments
 (0)