OpenMS / OpenMS

The codebase of the OpenMS project
https://www.openms.de
Other
479 stars 318 forks source link

Mac OS not supported? #7690

Closed btemoshir closed 1 day ago

btemoshir commented 3 days ago

While trying to pull the docker image, I get the following error. The docs say that MacOS is supported, but its doesn't seem like it. Can you also ship the appropriate build?

Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found

Thank you.

jpfeuffer commented 3 days ago

We only build for amd64. If you want to run it on macOS silicon (arm64/V8) you will need to request the amd64 platform specifically and let it run with Rosetta. You can build the container yourself also.

btemoshir commented 1 day ago

Thank you :) I closed the issue now.