Skip to content

Commit 269b621

Browse files
authored
Fixes build image failure (#132)
1 parent 1deeca5 commit 269b621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maxdiffusion_jax_stable_stack_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 stable stack requirements
19-
RUN pip install -r /app/requirements_with_jax_stable_stack.txt
19+
RUN pip install -r /deps/requirements_with_jax_stable_stack.txt
2020

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

0 commit comments

Comments
 (0)