Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes build image failure #132

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

parambole
Copy link
Collaborator

Introduced in: #121

Error:

 => ERROR [5/6] RUN pip install -r /app/requirements_with_jax_stable_stack.txt                                                 2.1s
------                                                                                                                              
 > [5/6] RUN pip install -r /app/requirements_with_jax_stable_stack.txt:                                                            
#9 1.790                                                                                                                            
#9 1.790 [notice] A new release of pip is available: 24.2 -> 24.3.1                                                                 
#9 1.790 [notice] To update, run: pip install --upgrade pip
#9 1.791 ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/app/requirements_with_jax_stable_stack.txt'
------

Fix:

Changed to /deps/requirements_with_jax_stable_stack.txt

Tested:

bash .github/workflows/build_and_upload_images.sh CLOUD_IMAGE_NAME=maxdiffusion_jax_stable_stack_0.4.35 MODE=stable_stack PROJECT=tpu-prod-env-multipod LOCAL_IMAGE_NAME=maxdiffusion_jax_stable_stack_0.4.35 BASEIMAGE=us-docker.pkg.dev/cloud-tpu-images/jax-stable-stack/tpu:jax0.4.35-rev1

Copy link
Collaborator

@aireenmei aireenmei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@parambole parambole merged commit 269b621 into main Nov 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants