-
-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Fix Armv7 docker image #2427
Fix Armv7 docker image #2427
Conversation
I added a Dockerfile-armv7 in my pull request. I think that is better. |
Instead of splitting the Dockerfile we could do something like
I haven't tested your file yet, does it compile duckduckgo-search correctly? We don't need to install rust on amd64, right? |
We don’t need any build tools for amd64/arm64. It’s better to avoid installing unnecessary tools, as that eliminates the need to uninstall them later. For web search functionality, the GUI only requires DuckDuckGo Search. The API, however, does not depend on it. |
Good
Understood. My only concern was avoiding Dockerfile duplication, but a different Dockerfile might be better. |
Hello @foxfire52, The build process is complete. However, the Pillow package is missing. This may prevent you from uploading images, but all other functions should work as expected. Please let me know if you have any questions or concerns. |
|
I added duckduckgo_search again. |
@deedy5 Thank you for adding |
#2349 @hlohaus
Current armv7 image fails build of critical components. My image should work.
You can test a local build on ubuntu x64 with these commands from
gpt4free
folderCheck the log file for ERRORs.
I removed
duckduckgo-search
becauseprimp
can't compile. If rust is installed it fails buildingboring-sys
. These bugs could be related link1 link2. I recommend waiting for the PR.If you want to test the
boring-sys
bug add these lines at line 50 and build again.