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

Use micromamba 2.0.5.rc0 in Dockerimage #2183

Closed
wants to merge 4 commits into from

Conversation

JohanMabille
Copy link
Member

This is just for testing the latest pre-release of micromamba (i.e. 2.0.5.rc0) before releasing for good. I don't know if this is enough, let me know if additional changes are required.

@mathbunnyru
Copy link
Member

mathbunnyru commented Dec 12, 2024

I don't know if this is enough, let me know if additional changes are required.

This only changes the micromamba version, and we only use it to install a few initial packages including mamba and then stop using it completely (and delete it).
You probably wanted to change mambas version as well.

@mathbunnyru
Copy link
Member

mathbunnyru commented Dec 12, 2024

@JohanMabille
Copy link
Member Author

@mathbunnyru ah indeed, thanks a lot!

@jjerphan jjerphan mentioned this pull request Dec 12, 2024
4 tasks
@JohanMabille JohanMabille marked this pull request as draft December 12, 2024 13:20
--root-prefix="${CONDA_DIR}" \
--prefix="${CONDA_DIR}" \
--yes \
'jupyter_core' \
'conda' \
'mamba' \
'mamba=2.0.5.rc0' \

Choose a reason for hiding this comment

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

For the paranoid:

Suggested change
'mamba=2.0.5.rc0' \
'conda-forge/label/mamba_prerelease::mamba=2.0.5.rc0' \

Copy link
Member Author

Choose a reason for hiding this comment

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

The logs show that mamba 2.0.5.rc0 is installed

@JohanMabille
Copy link
Member Author

@mathbunnyru For a reason I don't understand, it seems that the failing tests are using mamba 1 instead of mamba 2. This looks like a caching issue in the CI.

@JohanMabille
Copy link
Member Author

Ok let's close this and open a new PR.

@JohanMabille JohanMabille deleted the micromamba_2.0.5.rc0 branch December 12, 2024 16:06
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.

3 participants