[PR #48] [MERGED] Add support for CPU arch in Docker installation #3183

Closed
opened 2026-02-22 18:33:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/48
Author: @preeteshjain
Created: 6/14/2023
Status: Merged
Merged: 6/14/2023
Merged by: @timothycarambat

Base: masterHead: patch-1


📝 Commits (3)

  • 87139b8 feat: add argument for cpu arch in dockerfile
  • 9191639 feat: add argument for cpu arch in docker compose
  • 681a3bf docs: add steps about cpu arch based docker build

📊 Changes

3 files changed (+26 additions, -9 deletions)

View changed files

📝 docker/Dockerfile (+4 -3)
📝 docker/HOW_TO_USE_DOCKER.md (+20 -5)
📝 docker/docker-compose.yml (+2 -1)

📄 Description

Currently, the Dockerfile installs pandoc-3.1.3-1-amd64.deb, but this produces an error on M1 Mac since it is based on arm64, not amd64

This PR adds support for that. Docs have also been updated accordingly.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/48 **Author:** [@preeteshjain](https://github.com/preeteshjain) **Created:** 6/14/2023 **Status:** ✅ Merged **Merged:** 6/14/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`87139b8`](https://github.com/Mintplex-Labs/anything-llm/commit/87139b867694b8edf4a2b893effed8a7bd4a19a6) feat: add argument for cpu arch in dockerfile - [`9191639`](https://github.com/Mintplex-Labs/anything-llm/commit/9191639091f9fdde16cf4730cdd4f00825875476) feat: add argument for cpu arch in docker compose - [`681a3bf`](https://github.com/Mintplex-Labs/anything-llm/commit/681a3bfc04a5c1ae6a1243f53041c70b5c4fd58a) docs: add steps about cpu arch based docker build ### 📊 Changes **3 files changed** (+26 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `docker/Dockerfile` (+4 -3) 📝 `docker/HOW_TO_USE_DOCKER.md` (+20 -5) 📝 `docker/docker-compose.yml` (+2 -1) </details> ### 📄 Description Currently, the `Dockerfile` installs `pandoc-3.1.3-1-amd64.deb`, but this produces an error on M1 Mac since it is based on `arm64`, not `amd64` This PR adds support for that. Docs have also been updated accordingly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:13 -05:00
yindo closed this issue 2026-02-22 18:33:13 -05: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#3183