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

[Feature Request] Build an ARM64 Version of the console plugin image #65

Open
eformat opened this issue Aug 28, 2024 · 1 comment
Open

Comments

@eformat
Copy link

eformat commented Aug 28, 2024

I happened to be deploying OCP4.16/arm64 with an NVIDIA T4G and i wanted an arm64 build of the console plugin.

Some simple changes to the Dockerfile are needed

#64

i build an arm64 version with

podman build --net=host --platform linux/arm64 . -t ${IMG}-aarch64 -f Dockerfile

image is here

podman pull quay.io/eformat/console-plugin-nvidia-gpu@sha256:42fd3e7b3db0d66f89ac59033741c0956705fd26c51e8241f533a1ac64887187

and deployed it to OCP

Screenshot from 2024-08-28 14-43-44

Am happy to PR some changes, just not sure where they should go in here. Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@eformat and others