[GH-ISSUE #2885] [DOCS]: anything-llm docker on any linux vm on promox causing bug #1331 as well! #1835

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

Originally created by @petaehrlich on GitHub (Dec 21, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2885

Description

Just spend a day and many many reinstallations on a Ubuntu 24 LTS VM with the docker anything-llm version from 1.2.0 to latest. All crashing with Illegal instruction (core dumped) node /app/server/index.js. Found out, that #1331 ist the issue in that case as well while 'mintplexlabs/anythingllm:lancedb_revert' version runs fine. Turned out that proxmox default CPU instruction set is not compatible with newer versions.

Plz add to docker documentation that proxmox (qemu in general) default CPU types for linux "x86-64-v...." are not working with newer versions of anything-llm docker. In my case the used Ryzen 7700 CPU needed "host" passthrough to get a working system.

Originally created by @petaehrlich on GitHub (Dec 21, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2885 ### Description Just spend a day and many many reinstallations on a Ubuntu 24 LTS VM with the docker anything-llm version from 1.2.0 to latest. All crashing with Illegal instruction (core dumped) node /app/server/index.js. Found out, that #1331 ist the issue in that case as well while 'mintplexlabs/anythingllm:lancedb_revert' version runs fine. Turned out that proxmox default CPU instruction set is not compatible with newer versions. Plz add to docker documentation that proxmox (qemu in general) default CPU types for linux "x86-64-v...." are not working with newer versions of anything-llm docker. In my case the used Ryzen 7700 CPU needed "host" passthrough to get a working system.
yindo added the documentation label 2026-02-22 18:26:45 -05:00
yindo closed this issue 2026-02-22 18:26:45 -05:00
Author
Owner

@timothycarambat commented on GitHub (Dec 28, 2024):

We don't "officially" support non-compatible CPU archs that dont have AVX2 support. I do it because I care as you found, the lancedb-revert tag on docker will boot, but the tag is usually way behind the current HEAD on Github because of compatibility issues.

We don't really want to encourage use of that tag because it will ultimately lead us to support it fully which is more to maintain. As far as documenting it goes we can add it to the docs for sure.

Added to doc repo

@timothycarambat commented on GitHub (Dec 28, 2024): We don't "officially" support non-compatible CPU archs that dont have AVX2 support. I do it because I care as you found, the `lancedb-revert` tag on docker will boot, but the tag is usually way behind the current HEAD on Github because of compatibility issues. We don't _really_ want to encourage use of that tag because it will ultimately lead us to support it fully which is more to maintain. As far as documenting it goes we can add it to the docs for sure. Added to doc repo
yindo changed title from [DOCS]: anything-llm docker on any linux vm on promox causing bug #1331 as well! to [GH-ISSUE #2885] [DOCS]: anything-llm docker on any linux vm on promox causing bug #1331 as well! 2026-06-05 14:42:58 -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#1835