Mamba instead of conda

Hi,

is it possible to configure ray to use mamba rather than conda when creating an environment on workers? Ideally, this should be settable via runtime_env? If not, I’d be willing to put together a PR to make this possible.

Cheers, Cos.

AFAIK, currently, it’s only pip and conda.

@cosnicolaou, we always welcome community PR request. We have some guidelines how to contribute, so go for it.

ok, I’ll look into the PR. My colleague created an issue for this also: Allow mamba to be used to install the conda environment · Issue #33596 · ray-project/ray · GitHub

Brilliant. For now then, I’ll close this as resolved and to be followed up on github with issue and PR.
Thanks!