-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Comments
I have the same issue |
It seems to work normally on my M3 Mac test machine. Please also try with |
I retried with the full image and by removing the volume option but still get the same issue. what I ran : |
I have the same issue. None of the variations of full/lite and volume option on/off worked. |
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 |
I removed my 3.49.1 version of SQLite but still have de same issue (Version now 3.43.2). |
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

Logs
Browsers
No response
OS
MacOS
Additional information
No response
The text was updated successfully, but these errors were encountered: