Skip to content
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

Update Dockerfile to fix silicon incompatability #1107

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Update Dockerfile to fix silicon incompatability #1107

merged 1 commit into from
Dec 5, 2023

Conversation

SubGlitch1
Copy link
Contributor

The installation method doesnt work on devices that arent amd64 as docker will choose a container architecture based on its host system architecture by default. this leads to compatability issues with arm systems and M1 macOS. This little change in the Dockerfile makes Docker emulate amd64 architecture and this way it works.

Tested on: ARM64 macOS, Arch Amd64

@AnonymousWP AnonymousWP linked an issue Dec 5, 2023 that may be closed by this pull request
@AnonymousWP AnonymousWP merged commit 431af55 into yogeshojha:master Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug - Macbook Pro M1max install error
3 participants