-
Notifications
You must be signed in to change notification settings - Fork 104
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
Running on M1 macs #7
Comments
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 docker/for-mac#5123 |
See also COMBINE-lab/salmon#556 |
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? You can set |
Best trick ever
|
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!
The text was updated successfully, but these errors were encountered: