npi-ai / npi

Action library for AI Agent
https://www.npi.ai
Apache License 2.0
189 stars 7 forks source link

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

Closed yangwenmai closed 2 months ago

yangwenmai commented 5 months ago

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 commented 5 months ago

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

yangwenmai commented 5 months ago

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

macOS Sonoma 14.4, 13-inch, 2020

wenfengwang commented 4 months ago

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

wenfengwang commented 2 months ago

resolved