[GH-ISSUE #3371] [FEAT]: Issue with Ollama Configuration After Installing AnythingLLM via Docker #2171

Closed
opened 2026-02-22 18:28:28 -05:00 by yindo · 1 comment
Owner

Originally created by @lscmxlb on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3371

What would you like to see?

After installing AnythingLLM using Docker, I configured Ollama. However, the Ollama instance I set up is not on the local network. I have set an IP address for it, but when I try to use the chat tool, I encounter the following error message“An error occurred while streaming response. Network error”This log message“/usr/local/bin/docker-entrypoint.sh: line 7: 131 Illegal instruction (core dumped) node /app/server/index.js”

Originally created by @lscmxlb on GitHub (Feb 28, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3371 ### What would you like to see? After installing AnythingLLM using Docker, I configured Ollama. However, the Ollama instance I set up is not on the local network. I have set an IP address for it, but when I try to use the chat tool, I encounter the following error message“An error occurred while streaming response. Network error”This log message“/usr/local/bin/docker-entrypoint.sh: line 7: 131 Illegal instruction (core dumped) node /app/server/index.js”
yindo added the enhancementfeature request labels 2026-02-22 18:28:28 -05:00
yindo closed this issue 2026-02-22 18:28:28 -05:00
Author
Owner

@timothycarambat commented on GitHub (Feb 28, 2025):

/usr/local/bin/docker-entrypoint.sh: line 7: 131 Illegal instruction (core dumped) node /app/server/index.js”

This is the same error in the pinned issue https://github.com/Mintplex-Labs/anything-llm/issues/1331

This same issue has been closed many times this week all from people running the app on old unsupported hardware. AVX2 is the minimum CPU instruction set supported.

https://github.com/Mintplex-Labs/anything-llm/issues?q=is%3Aissue%20state%3Aclosed%20illegal%20instruction

@timothycarambat commented on GitHub (Feb 28, 2025): > /usr/local/bin/docker-entrypoint.sh: line 7: 131 Illegal instruction (core dumped) node /app/server/index.js” This is the same error in the pinned issue https://github.com/Mintplex-Labs/anything-llm/issues/1331 This same issue has been closed many times this week all from people running the app on old unsupported hardware. AVX2 is the minimum CPU instruction set supported. https://github.com/Mintplex-Labs/anything-llm/issues?q=is%3Aissue%20state%3Aclosed%20illegal%20instruction
yindo changed title from [FEAT]: Issue with Ollama Configuration After Installing AnythingLLM via Docker to [GH-ISSUE #3371] [FEAT]: Issue with Ollama Configuration After Installing AnythingLLM via Docker 2026-06-05 14:44:59 -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#2171