Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Can't start docker image on M4 Mac #659

Open
SkywalkerZH opened this issue Feb 7, 2025 · 6 comments
Open

[BUG] Can't start docker image on M4 Mac #659

SkywalkerZH opened this issue Feb 7, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@SkywalkerZH
Copy link

Description

Description
Tried running the docker image via the provided command and it fails.

[nltk_data] Downloading package punkt_tab to
[nltk_data] /usr/local/lib/python3.10/site-
[nltk_data] packages/llama_index/core/_static/nltk_cache...
[nltk_data] Unzipping tokenizers/punkt_tab.zip.
Illegal instruction

Reproduction steps

Run the docker command provided by the documentation.

Here is the docker command:

docker run \
-e GRADIO_SERVER_NAME=0.0.0.0 \
-e GRADIO_SERVER_PORT=7860 \
-v ./ktem_app_data:/app/ktem_app_data \
-p 7860:7860 -it --rm \
--platform linux/arm64 \
ghcr.io/cinnamon/kotaemon:main-lite

Screenshots

![DESCRIPTION](LINK.png)

Logs

Browsers

No response

OS

MacOS

Additional information

No response

@SkywalkerZH SkywalkerZH added the bug Something isn't working label Feb 7, 2025
@misteratu
Copy link

I have the same issue

@taprosoft
Copy link
Collaborator

It seems to work normally on my M3 Mac test machine. Please also try with main-full image, or remove this options -v ./ktem_app_data:/app/ktem_app_data \

@misteratu
Copy link

I retried with the full image and by removing the volume option but still get the same issue.

what I ran :
docker run \ -e GRADIO_SERVER_NAME=0.0.0.0 \ -e GRADIO_SERVER_PORT=7860 \ -p 7860:7860 -it --rm \ --platform linux/arm64 \ ghcr.io/cinnamon/kotaemon:main-full

@jcbeke
Copy link

jcbeke commented Feb 20, 2025

I have the same issue. None of the variations of full/lite and volume option on/off worked.

@Konnwatts
Copy link

Check your SQLite version and install an older version if needed. I encountered launch issues at that exact same spot with SQLite 3.49.1, but resolved them by downgrading to sqlite=3.48.0.

Finally figured it out from this post: AUTOMATIC1111/stable-diffusion-webui#16856

@misteratu
Copy link

I removed my 3.49.1 version of SQLite but still have de same issue (Version now 3.43.2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants