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

[Bug] can't run docker image #6689

Open
rafaelfliu opened this issue Sep 24, 2024 · 0 comments
Open

[Bug] can't run docker image #6689

rafaelfliu opened this issue Sep 24, 2024 · 0 comments
Labels
bug Fix bug

Comments

@rafaelfliu
Copy link

rafaelfliu commented Sep 24, 2024

Describe the bug
Pulled the docker image successfully, but unable to run a container off the image.
Encountered the following error message:

The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested.
exec /usr/local/bin/uvicorn: exec format error

To Reproduce

  1. docker pull ghcr.io/openbb-finance/openbb-platform:latest
  2. docker run --rm -p 8000:8000 ghcr.io/openbb-finance/openbb-platform

Screenshots
N.A.

Desktop (please complete the following information):

  • OS: Ubuntu
  • Docker version 24.0.7, build 24.0.7-0ubuntu2~22.04.1

Additional context
N.A.

@deeleeramone deeleeramone added the bug Fix bug label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug
Projects
None yet
Development

No branches or pull requests

2 participants