You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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,
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: