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

Create Dockerfile for building images with ubi base image #81

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

yansun1996
Copy link
Contributor

@yansun1996 yansun1996 commented Nov 21, 2024

RedHat team has requested to use ubi based image to execute device plugin and node labeller pod within OpenShift cluster, creating 2 dockerfiles to build images based on ubi base image.

Verified on OpenSift cluster:

[core@openshift ~]$ oc get node -ojson | grep amd.com
                    "amd.com/gpu.device-id": "740f",
                    "amd.com/gpu.family": "AI",
                    "amd.com/gpu.simd-count": "416",
                    "amd.com/gpu.vram": "64G",
                    "beta.amd.com/gpu.device-id": "740f",
                    "beta.amd.com/gpu.device-id.740f": "1",
                    "beta.amd.com/gpu.family": "AI",
                    "beta.amd.com/gpu.family.AI": "1",
                    "beta.amd.com/gpu.simd-count": "416",
                    "beta.amd.com/gpu.simd-count.104": "1",
                    "beta.amd.com/gpu.simd-count.416": "1",
                    "beta.amd.com/gpu.vram": "64G",
                    "beta.amd.com/gpu.vram.64G": "1",
                    "amd.com/gpu": "1",
                    "amd.com/gpu": "1",

Copy link
Collaborator

@y2kenny-amd y2kenny-amd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the copyright date from 2022 to 2024

@y2kenny-amd y2kenny-amd merged commit 9332217 into ROCm:master Dec 3, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants