From 269b6216ac65adb9e7044ec454879dc99856d5e9 Mon Sep 17 00:00:00 2001 From: Param Bole Date: Wed, 6 Nov 2024 15:48:38 -0800 Subject: [PATCH] Fixes build image failure (#132) --- maxdiffusion_jax_stable_stack_tpu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxdiffusion_jax_stable_stack_tpu.Dockerfile b/maxdiffusion_jax_stable_stack_tpu.Dockerfile index 00bfcc2..5b3602a 100644 --- a/maxdiffusion_jax_stable_stack_tpu.Dockerfile +++ b/maxdiffusion_jax_stable_stack_tpu.Dockerfile @@ -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 \ No newline at end of file