We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1deeca5 commit 269b621Copy full SHA for 269b621
1 file changed
maxdiffusion_jax_stable_stack_tpu.Dockerfile
@@ -16,7 +16,7 @@ WORKDIR /deps
16
COPY . .
17
18
# Install Maxdiffusion jax stable stack requirements
19
-RUN pip install -r /app/requirements_with_jax_stable_stack.txt
+RUN pip install -r /deps/requirements_with_jax_stable_stack.txt
20
21
# Run the script available in JAX-Stable-Stack base image to generate the manifest file
22
RUN bash /jax-stable-stack/generate_manifest.sh PREFIX=maxdiffusion COMMIT_HASH=$COMMIT_HASH
0 commit comments