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

Not Working on M1 mac. #3

Open
Noor-Nizar opened this issue Dec 19, 2021 · 2 comments
Open

Not Working on M1 mac. #3

Noor-Nizar opened this issue Dec 19, 2021 · 2 comments

Comments

@Noor-Nizar
Copy link

hello, I'm trying to get the application to work on my m1 MacBook air for a college assignment, I followed the installation instructions and it gave me the error below,

=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:f5486f5515cff35940258211aa1b856fe34446eb3f68b 0.0s
=> => naming to docker.io/library/atanua:latest 0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
21
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory


I googled the error and I found a solution of changing the first line in the docker file to be
FROM --platform=linux/amd64 ubuntu:18.04
this gave me the error below,

=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:2a63e8accff750677da367b016a636895b78be8011a82 0.0s
=> => naming to docker.io/library/atanua:latest 0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
21
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Video mode set failed: Could not create GL context

is there's a way to run this on M1 ?

@Davidster
Copy link
Owner

Very interesting! I will take a look tonight to see if I can get it working on my M1

@Davidster
Copy link
Owner

unfortunately I wasn't able to figure it out yet, might give it another crack tmrw!

I guess you're better off trying to use a virtual machine in the end :(

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

No branches or pull requests

2 participants