-
Notifications
You must be signed in to change notification settings - Fork 8
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
trouble starting docker container on m1 #25
Comments
I am having this same issue. Even with the image's suggestion of running The docker image is only built with AMD64 architecture, which can only be run via emulation on the M1 chips (see here for summary of this: https://docs.docker.com/desktop/troubleshoot/known-issues/). It would be great if the proteowizard image could be built as a multi-architecture image which I believe would fix this issue.. There are instructions here: https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/?_gl=1*nvz8p6*_ga*MTE5MDAzMjYyNS4xNjk4MTcwODE4*_ga_XJWPQMJYHQ*MTY5OTU3MTgwNi4xMC4wLjE2OTk1NzE4MDYuNjAuMC4w . |
Up! Hoping a multi-arch version will be released ... |
The executables inside the container are only for Windows 64-bit. They use vendor DLLs that aren't available for ARM*. So like you said, that will require emulation. If anybody figures out a way to embed that emulation in the container and make it run smoothly, I'll be happy to integrate it. |
Using the following command:
docker run --platform linux/amd64 -v $(pwd):/data:rw chambm/pwiz-skyline-i-agree-to-the-vendor-licenses:latest wine msconvert ./sample_file.d --64 --zlib --mz64 --inten64 --combineIonMobilitySpectra -o ./ --mzML
and I get:
I used the docker image from here
my laptop / os is:
The text was updated successfully, but these errors were encountered: