Skip to content

Commit feae1e4

Browse files
pin flax install
1 parent 81348fb commit feae1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maxdiffusion_jax_ai_image_tpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY . .
1919
RUN pip install -r /deps/requirements_with_jax_ai_image.txt
2020

2121
# 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
22+
RUN pip install --upgrade --force-reinstall git+https://github.com/google/flax.git@ef78d6584623511746be4824965cdef42b464583
2323
RUN pip install "fsspec==2025.10.0"
2424

2525
# Run the script available in JAX-AI-Image base image to generate the manifest file

0 commit comments

Comments
 (0)