Create Dockerfile for Raspberry Pi 4B with ARM support#54
Closed
nolamesu wants to merge 1 commit intoevcc-io:mainfrom
Closed
Create Dockerfile for Raspberry Pi 4B with ARM support#54nolamesu wants to merge 1 commit intoevcc-io:mainfrom
nolamesu wants to merge 1 commit intoevcc-io:mainfrom
Conversation
This Dockerfile is tailored for Raspberry Pi 4B, incorporating build tools and native ARM packages to ensure compatibility. It includes modifications for installing uv via a script and replacing the bundled x86 CBC binary with a native ARM version.
8a0640b to
ee3c87e
Compare
| # to build an ARM-compatible container: | ||
| # | ||
| # 1. uv is installed via its install script instead of COPY --from=ghcr.io, | ||
| # because ghcr.io is unreachable on the Pi due to missing credential store |
There was a problem hiding this comment.
This sounds strange. Is this a AI output?
Member
|
Imho wontfix. We don't intend to supporting arch-specific docker images atm. |
Author
|
Sorry for my unreflected PR. After updating my Raspberry to Debian12 the andig/evopt:latest Image worked out of the box. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Dockerfile is tailored for Raspberry Pi 4B, incorporating build tools and native ARM packages to ensure compatibility. It includes modifications for installing uv via a script and replacing the bundled x86 CBC binary with a native ARM version.