micromamba-docker: micromamba:latest complains about missing /bin/micromamba
Hi guys, I was looking for alternative docker to python3.8+ that runs on osx-arm64 and I’ve tried your package only to get this error:
The bug seems to appeared in 0.15.3
This command fails on macos m1:
docker run -it --rm mambaorg/micromamba:0.17.0 /bin/bash
/bin/entrypoint.sh: line 16: /bin/micromamba: No such file or directory
docker run -it --rm mambaorg/micromamba:0.15.3 /bin/bash -c 'micromamba --version '
/bin/entrypoint.sh: line 16: /bin/micromamba: No such file or directory
But the following working just fine
docker run -it --rm mambaorg/micromamba:0.15.2 /bin/bash -c 'micromamba --version '
0.15.2
docker run -it --rm mambaorg/micromamba:0.15.0 /bin/bash -c 'micromamba --version '
0.15.0
docker run -it --rm mambaorg/micromamba:0.14.0 /bin/bash -c 'micromamba --version '
0.14.0
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 15 (15 by maintainers)
You are welcome. Thank you for making the docker image available!
The image is working now: