We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81348fb commit feae1e4Copy full SHA for feae1e4
1 file changed
maxdiffusion_jax_ai_image_tpu.Dockerfile
@@ -19,7 +19,7 @@ COPY . .
19
RUN pip install -r /deps/requirements_with_jax_ai_image.txt
20
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
+RUN pip install --upgrade --force-reinstall git+https://github.com/google/flax.git@ef78d6584623511746be4824965cdef42b464583
23
RUN pip install "fsspec==2025.10.0"
24
25
# Run the script available in JAX-AI-Image base image to generate the manifest file
0 commit comments