Skip to content

feat: upgrade to micromamba2 #1971

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

Merged
merged 1 commit into from
Feb 7, 2025
Merged

feat: upgrade to micromamba2 #1971

merged 1 commit into from
Feb 7, 2025

Conversation

kemingy
Copy link
Member

@kemingy kemingy commented Feb 6, 2025

@kemingy kemingy mentioned this pull request Feb 6, 2025
13 tasks
Comment on lines -94 to -101
Run(llb.Shlexf("update-alternatives --install /usr/bin/python python %s/python 1", envdPrefix),
llb.WithCustomName("[internal] update alternative python to envd")).
Run(llb.Shlexf("update-alternatives --install /usr/bin/python3 python3 %s/python3 1", envdPrefix),
llb.WithCustomName("[internal] update alternative python3 to envd")).
Run(llb.Shlexf("update-alternatives --install /usr/bin/pip pip %s/pip 1", envdPrefix),
llb.WithCustomName("[internal] update alternative pip to envd")).
Run(llb.Shlexf("update-alternatives --install /usr/bin/pip3 pip3 %s/pip3 1", envdPrefix),
llb.WithCustomName("[internal] update alternative pip3 to envd"))
Copy link
Member Author

Choose a reason for hiding this comment

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

Multiple Runs slow down the building process. 🤔

Observed from the buildkit log.

@kemingy kemingy added this pull request to the merge queue Feb 7, 2025
Merged via the queue into tensorchord:main with commit 6b49023 Feb 7, 2025
11 checks passed
@kemingy kemingy deleted the mamba2 branch February 7, 2025 02:41
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