Skip to content

Commit 81348fb

Browse files
Update nightly to install flax at head
1 parent 5cbf844 commit 81348fb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

maxdiffusion_jax_ai_image_tpu.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ COPY . .
1818
# Install Maxdiffusion Jax AI Image requirements
1919
RUN pip install -r /deps/requirements_with_jax_ai_image.txt
2020

21+
# TODO: Remove the flax pin and fsspec overrides once flax stable version releases
22+
RUN pip install --upgrade --force-reinstall git+https://github.com/google/flax.git
23+
RUN pip install "fsspec==2025.10.0"
24+
2125
# Run the script available in JAX-AI-Image base image to generate the manifest file
2226
RUN bash /jax-ai-image/generate_manifest.sh PREFIX=maxdiffusion COMMIT_HASH=$COMMIT_HASH

0 commit comments

Comments
 (0)