jupyterhub / repo2docker

Turn repositories into Jupyter-enabled Docker images
https://repo2docker.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.63k stars 362 forks source link

Update for mamba 2.0.0rc6 #1366

Closed jjerphan closed 2 months ago

jjerphan commented 3 months ago
Hind-M commented 3 months ago

Can you also check that MICROMAMBA_EXE="/usr/local/bin/micromamba" is the right path? at least locally and project? And we would also need to replace MAMBA_EXE with MICROMAMBA_EXE

Hind-M commented 3 months ago

And maybe remove this so that if we missed places we would have errors.

Hind-M commented 3 months ago

Or we can just set MAMBA_EXE to the same path as MICROMAMBA_EXE instead (less replacement)

jjerphan commented 3 months ago

Or we can just set MAMBA_EXE to the same path as MICROMAMBA_EXE instead (less replacement)

Done in ff16804. FYI, MAMBA_EXE has the same value than MICROMAMBA_EXE i.e "/usr/local/bin/micromamba" after the hook is called.

jjerphan commented 2 months ago

Closing as this PR only was meant to test mamba 2.0 release candidates.