Skip to content

Commit b8de2d2

Browse files
Changed requirements file with JAII name & updated Dockerfile
1 parent 076e595 commit b8de2d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

maxdiffusion_jax_ai_image_tpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /deps
1616
COPY . .
1717

1818
# Install Maxdiffusion Jax AI Image requirements
19-
RUN pip install -r /deps/requirements_with_jax_stable_stack.txt
19+
RUN pip install -r /deps/requirements_with_jax_ai_image.txt
2020

2121
# Run the script available in JAX-AI-Image base image to generate the manifest file
2222
RUN bash /jax-stable-stack/generate_manifest.sh PREFIX=maxdiffusion COMMIT_HASH=$COMMIT_HASH
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Requirements for Building the MaxDifussion Docker Image
2-
# These requirements are additional to the dependencies present in the JAX Stable Stack base image.
2+
# These requirements are additional to the dependencies present in the JAX AI base image.
33
absl-py
44
datasets
55
einops==0.8.0

0 commit comments

Comments
 (0)