-
Notifications
You must be signed in to change notification settings - Fork 95
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
Installation error via Docker on mac #51
Comments
I ran into the same problem by going directly to the ubuntu image and following the steps to compile manually. |
Does this software not support the latest version of macos? My computer version is mac sonoma based on arm64 |
I fixed the problem after specifying the dockerfile introduced in Ubuntu as the amd64 platform, thanks |
Hi, |
The Dockerfile is fine. However, your PPA only provides amd64 packages, so builds will fail for arm64. To ensure the build doesn’t default to arm64 on Apple silicon, the command should be: docker build --platform linux/amd64 -t dicom2mesh docker Edit: |
Hi, Then add the |
Hello guys, I had a problem when installing DicomToMesh using docker:
Unable to locate package dicom2mes
The text was updated successfully, but these errors were encountered: