Open f6v opened 3 years ago
There's not an easy solution to this. Upstream problem is that Salmon is not available as natively compiled on ARM (via Bioconda). Therefore the container downloaded is the one for AMD/Intel arch which should run via qemu compatibility layer. Howeber the latter is failing due to a bug https://github.com/docker/for-mac/issues/5123
Thanks for getting back to me! Seems like I'm stuck with VPS instances for the time being.
I personally don't use a MAC but would this help? https://github.com/abiosoft/colima
You can set --arch
options.
Best trick ever
export DOCKER_DEFAULT_PLATFORM=linux/amd64
This is a long shot, but I'll try anyway. I'm trying to run this with Docker on M1 Mac. Here's the error:
I'm new to Docker on ARM, but it seems like a wrong image is pulled? The base image should be available for arm64, should I force it somehow?
Thanks!