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 /root/.local/bin/poetry: exec format error #29

Open
yangwenmai opened this issue Apr 27, 2024 · 3 comments
Open

exec /root/.local/bin/poetry: exec format error #29

yangwenmai opened this issue Apr 27, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@yangwenmai
Copy link

yangwenmai commented Apr 27, 2024

lima nerdctl run --name npi --pull always \
-p 9140:9140
-p 9141:9141
-e ... npiai/npi-mac

报错:exec /root/.local/bin/poetry: exec format error

limactl version 0.21.0

@wenfengwang
Copy link
Contributor

Hi, it seems that image platform is wrong, what type of mac you are using?

@wenfengwang wenfengwang added the help wanted Extra attention is needed label May 2, 2024
@yangwenmai
Copy link
Author

Hi, it seems that image platform is wrong, what type of mac you are using?

macOS Sonoma 14.4, 13-inch, 2020

@wenfengwang
Copy link
Contributor

Hello @yangwenmai , NPi v0.0.3 has been released, you can use following script to start NPi server

docker run -d --name npi --pull always \
    -p 9140:9140 \
    -e OPENAI_API_KEY=YOUR_OAI_KEY npiai/npi

For step by step guide, please visti: https://www.npi.ai/docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants