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

exec format error #4426

Closed
3 tasks done
KclearV opened this issue May 15, 2024 · 2 comments
Closed
3 tasks done

exec format error #4426

KclearV opened this issue May 15, 2024 · 2 comments

Comments

@KclearV
Copy link

KclearV commented May 15, 2024

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit report (我已阅读并同意 Language Policy).
  • Please do not modify this template :) and fill in all the required fields.

Provide a description of requested docs changes

Is there a suitable Weaviate image for the Red Hat (Linux) environment? I pulled the SemiTech/Weaviate:1.19.0 image from Docker on my Mac, saved it as a tar file, scp'd it to a Linux server, and then ran docker run but got an "exec format error" message.

Copy link

dosubot bot commented May 15, 2024

The "exec format error" you're encountering is likely due to an architecture mismatch between your Mac and the Linux server. This error typically happens when a binary, or in this case a Docker image, compiled for one architecture (e.g., x86_64, arm64) is run on a different one.

To address this, instead of transferring the Docker image from your Mac to the Linux server, try pulling the Docker image directly on the Linux server. This ensures that Docker automatically pulls the correct image version for the server's architecture, potentially resolving the "exec format error".

If this does not solve the issue, it would be helpful to know more about the architecture of your Linux server to further diagnose the problem.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

@crazywoola
Copy link
Member

Well I think you should post a question here https://github.com/weaviate/weaviate

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