[GH-ISSUE #2286] [BUG]: /usr/local/bin/docker-entrypoint.sh: line 7: 111 Illegal instruction (core dumped) node /app/server/index.js #1490

Closed
opened 2026-02-22 18:25:05 -05:00 by yindo · 2 comments
Owner

Originally created by @youzhengjie9 on GitHub (Sep 14, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2286

How are you running AnythingLLM?

Docker (local)

What happened?

How can I solve this problem? I am using docker for deployment and this error occurs (/usr/local/bin/docker-entrypoint.sh: line 7: 111 Illegal instruction (core dumped) node /app/server/index.js)

Are there known steps to reproduce?

No response

Originally created by @youzhengjie9 on GitHub (Sep 14, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2286 ### How are you running AnythingLLM? Docker (local) ### What happened? How can I solve this problem? I am using docker for deployment and this error occurs (/usr/local/bin/docker-entrypoint.sh: line 7: 111 Illegal instruction (core dumped) node /app/server/index.js) ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:25:05 -05:00
yindo closed this issue 2026-02-22 18:25:05 -05:00
Author
Owner

@timothycarambat commented on GitHub (Sep 14, 2024):

See the pinned issue. Your CPU is too old and does not support AVX2 instructions. Either use a supporting CPU or dont use LanceDB as the vector Db
https://github.com/Mintplex-Labs/anything-llm/issues/1331#issuecomment-2153414982

@timothycarambat commented on GitHub (Sep 14, 2024): See the pinned issue. Your CPU is too old and does not support AVX2 instructions. Either use a supporting CPU or dont use LanceDB as the vector Db https://github.com/Mintplex-Labs/anything-llm/issues/1331#issuecomment-2153414982
Author
Owner

@youzhengjie9 commented on GitHub (Sep 14, 2024):

See the pinned issue. Your CPU is too old and does not support AVX2 instructions. Either use a supporting CPU or dont use LanceDB as the vector Db #1331 (comment)

Thank you very much. I'll try again.

@youzhengjie9 commented on GitHub (Sep 14, 2024): > See the pinned issue. Your CPU is too old and does not support AVX2 instructions. Either use a supporting CPU or dont use LanceDB as the vector Db [#1331 (comment)](https://github.com/Mintplex-Labs/anything-llm/issues/1331#issuecomment-2153414982) Thank you very much. I'll try again.
yindo changed title from [BUG]: /usr/local/bin/docker-entrypoint.sh: line 7: 111 Illegal instruction (core dumped) node /app/server/index.js to [GH-ISSUE #2286] [BUG]: /usr/local/bin/docker-entrypoint.sh: line 7: 111 Illegal instruction (core dumped) node /app/server/index.js 2026-06-05 14:41:03 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1490