Skip to content

Commit

Permalink
Fixes build image failure
Browse files Browse the repository at this point in the history
  • Loading branch information
parambole committed Nov 6, 2024
1 parent 1deeca5 commit a9c0e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maxdiffusion_jax_stable_stack_tpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /deps
COPY . .

# Install Maxdiffusion jax stable stack requirements
RUN pip install -r /app/requirements_with_jax_stable_stack.txt
RUN pip install -r /deps/requirements_with_jax_stable_stack.txt

# Run the script available in JAX-Stable-Stack base image to generate the manifest file
RUN bash /jax-stable-stack/generate_manifest.sh PREFIX=maxdiffusion COMMIT_HASH=$COMMIT_HASH

0 comments on commit a9c0e00

Please sign in to comment.