[Question]: Container ragflow-server Started Not Running
Describe your problem
I'm a newer for ragflow and docker. When I execute the command "docker compose -f docker/docker-compose.yml up -d", it show the below picture.
The Container ragflow-server shows "Started", Not Running.
I‘m a little confused, and don't know how to solve it.
Thanks a lot.
Docker Compose version v2.31.0-desktop.2 Docker Client: Version: 27.4.0
I run the command "docker logs -f ragflow-server", The error log show that - "exec ./entrypoint.sh: exec format error"
i also meet this issue, are you resolved?
For ARM archetechture, you need to build image by yourself.对于 ARM 架构,您需要自己构建镜像。
I also encountered this error, but mine is not an ARM architecture.
For ARM archetechture, you need to build image by yourself.
me too, it is x86_64
sh-5.1# uname -a Linux b60d52a055af 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Docker version 27.5.1, build 9f9e405 Docker Compose version v2.32.4-desktop.1
For ARM archetechture, you need to build image by yourself. Here
me too, it is x86_64
sh-5.1# uname -a Linux b60d52a055af 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Docker version 27.5.1, build 9f9e405 Docker Compose version v2.32.4-desktop.1
I solved this problem by downgrading the version of Docker Desktop to 4.36.0 i use 4.38 before
For ARM archetechture, you need to build image by yourself. Here
me too, it is x86_64 sh-5.1# uname -a Linux b60d52a055af 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Docker version 27.5.1, build 9f9e405 Docker Compose version v2.32.4-desktop.1
I solved this problem by downgrading the version of Docker Desktop to 4.36.0 i use 4.38 before
solved the issue for me, thank you!
For ARM archetechture, you need to build image by yourself. Here
me too, it is x86_64 sh-5.1# uname -a Linux b60d52a055af 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Docker version 27.5.1, build 9f9e405 Docker Compose version v2.32.4-desktop.1
I solved this problem by downgrading the version of Docker Desktop to 4.36.0 i use 4.38 before
tks!