-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
no matching manifest for linux/arm64/v8 in the manifest list entries #63
Comments
Can you be more descriptive about what your machine is running and when you're getting this error? |
This problem has been solved. But I test, this system can no longer run properly on MAC M2, the front section and back end are normal after running open https://127.0.0.1:3000 or other addresses, keep showing network errors, can not load out the correct page. |
It is not at HTTPS, it is http://localhost |
sorry,Input error, it is http://localhost ,but the web keep showing network errors |
Please run:
To see if your containers are running. |
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS |
You changed the port to 5001, so the front end has no idea where the back end is. |
when i use the port 5000:[+] Running 0/0 |
Are you using the docker-compose for mac? |
yes |
Sorry missed earlier you said this was Mac. I just merged something that should fix that. You'll need to do this first:
Then do:
|
Please continue this conversation in #61 if you're still having issues. We have some more information over there and there is a lot of overlap with this issue. |
=> ERROR [base 7/12] RUN pip install --no-cache-dir -r requirements-mac 1.7s
failed to solve: executor failed running [/bin/sh -c pip install --no-cache-dir -r requirements-mac.txt]: exit code: 1 |
no matching manifest for linux/arm64/v8 in the manifest list entries
The text was updated successfully, but these errors were encountered: