Block a user
nvidia-k8s-device-plugin (v0.17.3)
Published 2025-09-03 14:48:41 +02:00 by sido
Installation
docker pull gitea.oit.sk/sido/nvidia-k8s-device-plugin:v0.17.3sha256:f551e9d56e2d47af0c0deda70f2bf49691a76167277bfa77b186039b7162488aImage Layers
| LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc." |
| LABEL url="https://www.redhat.com" |
| LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.6" distribution-scope="public" |
| LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
| LABEL summary="Provides the latest release of Red Hat Universal Base Image 9." |
| LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.display-name="Red Hat Universal Base Image 9" |
| LABEL io.openshift.expose-services="" |
| LABEL io.openshift.tags="base rhel9" |
| ENV container oci |
| COPY dir:7570021887a0f5927849fc20a3596c266eb91c70d742a5af360cefd1fe0436f1 in / |
| COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json |
| LABEL "build-date"="2025-06-10T08:01:13" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="4534bba8604259ffbc5f2dbf3fd6616b7896d111" "release"="1749542372" |
| ENV PKG_CMD=yum |
| ENV NVARCH=x86_64 |
| ENV NVIDIA_REQUIRE_CUDA=cuda>=12.9 brand=unknown,driver>=535,driver<536 brand=grid,driver>=535,driver<536 brand=tesla,driver>=535,driver<536 brand=nvidia,driver>=535,driver<536 brand=quadro,driver>=535,driver<536 brand=quadrortx,driver>=535,driver<536 brand=nvidiartx,driver>=535,driver<536 brand=vapps,driver>=535,driver<536 brand=vpc,driver>=535,driver<536 brand=vcs,driver>=535,driver<536 brand=vws,driver>=535,driver<536 brand=cloudgaming,driver>=535,driver<536 brand=unknown,driver>=550,driver<551 brand=grid,driver>=550,driver<551 brand=tesla,driver>=550,driver<551 brand=nvidia,driver>=550,driver<551 brand=quadro,driver>=550,driver<551 brand=quadrortx,driver>=550,driver<551 brand=nvidiartx,driver>=550,driver<551 brand=vapps,driver>=550,driver<551 brand=vpc,driver>=550,driver<551 brand=vcs,driver>=550,driver<551 brand=vws,driver>=550,driver<551 brand=cloudgaming,driver>=550,driver<551 brand=unknown,driver>=560,driver<561 brand=grid,driver>=560,driver<561 brand=tesla,driver>=560,driver<561 brand=nvidia,driver>=560,driver<561 brand=quadro,driver>=560,driver<561 brand=quadrortx,driver>=560,driver<561 brand=nvidiartx,driver>=560,driver<561 brand=vapps,driver>=560,driver<561 brand=vpc,driver>=560,driver<561 brand=vcs,driver>=560,driver<561 brand=vws,driver>=560,driver<561 brand=cloudgaming,driver>=560,driver<561 brand=unknown,driver>=565,driver<566 brand=grid,driver>=565,driver<566 brand=tesla,driver>=565,driver<566 brand=nvidia,driver>=565,driver<566 brand=quadro,driver>=565,driver<566 brand=quadrortx,driver>=565,driver<566 brand=nvidiartx,driver>=565,driver<566 brand=vapps,driver>=565,driver<566 brand=vpc,driver>=565,driver<566 brand=vcs,driver>=565,driver<566 brand=vws,driver>=565,driver<566 brand=cloudgaming,driver>=565,driver<566 brand=unknown,driver>=570,driver<571 brand=grid,driver>=570,driver<571 brand=tesla,driver>=570,driver<571 brand=nvidia,driver>=570,driver<571 brand=quadro,driver>=570,driver<571 brand=quadrortx,driver>=570,driver<571 brand=nvidiartx,driver>=570,driver<571 brand=vapps,driver>=570,driver<571 brand=vpc,driver>=570,driver<571 brand=vcs,driver>=570,driver<571 brand=vws,driver>=570,driver<571 brand=cloudgaming,driver>=570,driver<571 |
| ENV NV_CUDA_CUDART_VERSION=12.9.79-1 |
| COPY cuda.repo-x86_64 /etc/yum.repos.d/cuda.repo # buildkit |
| ARG TARGETARCH |
| LABEL maintainer=NVIDIA CORPORATION <sw-cuda-installer@nvidia.com> |
| RUN |1 TARGETARCH=amd64 /bin/sh -c NVIDIA_GPGKEY_SUM=d0664fbbdb8c32356d45de36c5984617217b2d0bef41b93ccecd326ba3b80c87 && curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/rhel9/${NVARCH}/D42D0685.pub | sed '/^Version/d' > /etc/pki/rpm-gpg/RPM-GPG-KEY-NVIDIA && echo "$NVIDIA_GPGKEY_SUM /etc/pki/rpm-gpg/RPM-GPG-KEY-NVIDIA" | sha256sum -c --strict - # buildkit |
| ENV CUDA_VERSION=12.9.1 |
| RUN |1 TARGETARCH=amd64 /bin/sh -c ${PKG_CMD} upgrade -y && ${PKG_CMD} install -y cuda-cudart-12-9-${NV_CUDA_CUDART_VERSION} cuda-compat-12-9 && ${PKG_CMD} clean all && rm -rf /var/cache/yum/* # buildkit |
| RUN |1 TARGETARCH=amd64 /bin/sh -c echo "/usr/local/cuda/lib64" >> /etc/ld.so.conf.d/nvidia.conf # buildkit |
| ENV PATH=/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV LD_LIBRARY_PATH=/usr/local/cuda/lib64 |
| COPY NGC-DL-CONTAINER-LICENSE / # buildkit |
| ENV NVIDIA_VISIBLE_DEVICES=all |
| ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility |
| WORKDIR /cleanup |
| COPY /tmp/package-names.minimal package-names.minimal # buildkit |
| COPY /tmp/package-list.minimal package-list.minimal # buildkit |
| COPY deployments/container/cleanup/* . # buildkit |
| RUN /bin/sh -c ./cleanup.sh # buildkit |
| WORKDIR / |
| ENV NVIDIA_DISABLE_REQUIRE=true |
| ENV NVIDIA_VISIBLE_DEVICES=all |
| ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility |
| ARG VERSION=e0a461e1 |
| ARG GIT_COMMIT=e0a461e1e7ad1d239d4708c954f08c3038e2654a |
| LABEL io.k8s.display-name=NVIDIA Device Plugin |
| LABEL name=NVIDIA Device Plugin |
| LABEL vendor=NVIDIA |
| LABEL version=e0a461e1 |
| LABEL com.nvidia.git-commit=e0a461e1e7ad1d239d4708c954f08c3038e2654a |
| LABEL release=N/A |
| LABEL summary=NVIDIA device plugin for Kubernetes |
| LABEL description=See summary |
| RUN |2 VERSION=e0a461e1 GIT_COMMIT=e0a461e1e7ad1d239d4708c954f08c3038e2654a /bin/sh -c mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE # buildkit |
| COPY /artifacts/config-manager /usr/bin/config-manager # buildkit |
| COPY /artifacts/gpu-feature-discovery /usr/bin/gpu-feature-discovery # buildkit |
| COPY /artifacts/mps-control-daemon /usr/bin/mps-control-daemon # buildkit |
| COPY /artifacts/nvidia-device-plugin /usr/bin/nvidia-device-plugin # buildkit |
| ENTRYPOINT ["nvidia-device-plugin"] |
Labels
| Key | Value |
|---|---|
| architecture | x86_64 |
| build-date | 2025-06-10T08:01:13 |
| com.nvidia.git-commit | e0a461e1e7ad1d239d4708c954f08c3038e2654a |
| com.redhat.component | ubi9-container |
| com.redhat.license_terms | https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI |
| description | See summary |
| distribution-scope | public |
| io.buildah.version | 1.39.0-dev |
| io.k8s.description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
| io.k8s.display-name | NVIDIA Device Plugin |
| io.openshift.expose-services | |
| io.openshift.tags | base rhel9 |
| maintainer | NVIDIA CORPORATION <sw-cuda-installer@nvidia.com> |
| name | NVIDIA Device Plugin |
| org.opencontainers.image.source | https://github.com/ |
| release | N/A |
| summary | NVIDIA device plugin for Kubernetes |
| url | https://www.redhat.com |
| vcs-ref | 4534bba8604259ffbc5f2dbf3fd6616b7896d111 |
| vcs-type | git |
| vendor | NVIDIA |
| version | e0a461e1 |