-
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
Can't build on M1 chip #2476
Comments
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
|
I have had the same issues on M1 Mac. I see the same errors as mentioned above but the docker-compose command does seem to run if executed directly and not However I get an error when doing this for builder and dev Not sure what the source of this error is, and if it is Mac specific. Given this complexity due to docker, are there instructions for installing the repository with out docker, knowing that it will require manual installation of Django and a database. |
was able to build on M1 && M2 chips by updating Dockerfile(s) and executing build command directly. I think this project is not supported any more by the core developers and university group (https://github.com/muccg) - possibly time to fork and start new version? |
added 2 fixes for above on my OSX/M2 laptop
|
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
su-exec: dev_build: No such file or directory
The text was updated successfully, but these errors were encountered: