-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Question]: Are the Mac M* chips able to run a rag flow docker image? #4666
Comments
Yes, but you need to build docker image by yourself. Please also check: https://ragflow.io/docs/dev/faq#which-architectures-or-devices-does-ragflow-support |
I did build the docker image, following the instructions on the rag flow docs website (and some GitHub issue searches). It simply looks like the specified elastisearch and minio images don't exist (at least for Is it the case that other people have run into this? |
same issue here |
for M processors - add to docker compose "platform: linux/arm64" for mysql, minio, redis:
|
Hi! I use M1 processor: where do i need to add these sentences? in |
EDIT: Re(re)-built the docker image. Got a bit further, but still getting the "no matching manifest" when trying
Output from
|
|
This starts building, but eventually fails |
in ~\docker\docker-compose.yml |
Describe your problem
I am following the instructions to build the docker image (for Mac -- apple silicon), but am getting the following when trying to run
docker compose ...
:I have v0.15.0 checked out. The following diff shows the changes I've made to
Dockerfile
anddocker/.env
.The text was updated successfully, but these errors were encountered: