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

Error response from daemon: Unable to find group render: no matching entries in group file #101

Closed
toazd opened this issue Feb 3, 2025 · 9 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@toazd
Copy link

toazd commented Feb 3, 2025

$ ./run.sh up

        __    _                      
  _____/ /_  (_)___  ____  ___  _____
 / ___/ __ \/ / __ \/ __ \/ _ \/ ___/
/ /__/ / / / / /_/ / /_/ /  __/ /    
\___/_/ /_/_/ .___/ .___/\___/_/     
           /_/   /_/                 

        Chipper Run v1.3.0
        Using docker engine

[INFO] Detected AMD GPU with ROCm support
[INFO] Created docker/.env with profile configuration
[INFO] Platform: Linux/6.13.1-arch1-1
[INFO] GPU Profile: amd
[INFO] Starting to search for example files...
[INFO] Setup completed successfully!
Stopping containers...
[+] Running 6/6
 ✔ Container chipper-elasticvue-1     Removed                                                                                        0.0s 
 ✔ Container chipper-ollama-amd-1     Removed                                                                                        0.0s 
 ✔ Container chipper-web-1            Removed                                                                                        0.0s 
 ✔ Container chipper-api-1            Removed                                                                                        0.0s 
 ✔ Container chipper-elasticsearch-1  Removed                                                                                        2.5s 
 ✔ Network chipper_network            Removed                                                                                        0.3s 
[+] Running 1/1
 ✔ ollama-amd Pulled                                                                                                                 0.7s 
[+] Running 5/6
 ✔ Network chipper_network            Created                                                                                        0.2s 
 ⠹ Container chipper-ollama-amd-1     Starting                                                                                       0.2s 
 ✔ Container chipper-elasticsearch-1  Started                                                                                        0.2s 
 ✔ Container chipper-elasticvue-1     Created                                                                                        0.0s 
 ✔ Container chipper-api-1            Created                                                                                        0.0s 
 ✔ Container chipper-web-1            Created                                                                                        0.0s 
Error response from daemon: Unable to find group render: no matching entries in group file
@TilmanGriesel
Copy link
Owner

Thank you for reporting this! I need more investigation into AMD Docker Support. Since I have not an AMD GPU, I need some time to get this sorted out or some help from the community to contribute.

@TilmanGriesel
Copy link
Owner

For now, you can remove the ollama service from the docker compose and point to a manually installed ollama instance on your system in the service/api/.env file.

@toazd
Copy link
Author

toazd commented Feb 3, 2025

For now, you can remove the ollama service from the docker compose and point to a manually installed ollama instance on your system in the service/api/.env file.

I'm working on trying to figure out how to do this. I do have ollama running locally (non-docker) so if I can it might work fine. I updated the .env file, that was easy, but modifying the docker-compose.base.yml is proving to be a challenge.

I don't think I will be able to test AMD GPU ROCm support because my GPU is not actually supported yet. The AMD GPU that I have is the iGPU on the AMD Ryzen 7 7730U.

@TilmanGriesel
Copy link
Owner

@toazd
Copy link
Author

toazd commented Feb 3, 2025

That produced a different error so I commented out line 51 and 52 and that didn't work. Then, I commented out line 47 and everything fired up fine.

@TilmanGriesel
Copy link
Owner

Thanks! I will try to add a flag to the run.sh to simplify this.

@TilmanGriesel
Copy link
Owner

@toazd please check out the latest main. I have extended the environment check to always use the external Ollama on Linux AMD setups and have extended the documentation. f676f5a

@TilmanGriesel TilmanGriesel self-assigned this Feb 4, 2025
@TilmanGriesel TilmanGriesel added bug Something isn't working documentation Improvements or additions to documentation labels Feb 4, 2025
@toazd
Copy link
Author

toazd commented Feb 10, 2025

Sorry got really busy. Thank you for the changes!

I pulled the changes but I'm hesitant to run docker again because it messes up waydroid on my system and I haven't found a way to make them play nicely together yet (and waydroid running well is high priority for me atm). Chipper ran fine with the changes that I made and because I may not get to figuring out why docker and waydroid don't play nicely together I would like to close this issue and not leave it hanging open. Thanks again for the nifty app!

@toazd toazd closed this as completed Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants