Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ $(DRIVER_BUILD_TARGETS):
--build-arg CUDA_VERSION="$(CUDA_VERSION)" \
--build-arg CVE_UPDATES="$(CVE_UPDATES)" \
--build-arg GIT_COMMIT="$(GIT_COMMIT)" \
--build-arg DIST="$(DIST)" \
--build-arg BUILD_TIMESTAMP="$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")" \
$(DOCKER_BUILD_ARGS) \
--file $(DOCKERFILE) \
$(CURDIR)/$(SUBDIR)
Expand Down Expand Up @@ -278,6 +280,9 @@ $(VGPU_GUEST_DRIVER_BUILD_TARGETS):
--build-arg DRIVER_BRANCH="$(DRIVER_BRANCH)" \
--build-arg GOLANG_VERSION="$(GOLANG_VERSION)" \
--build-arg CVE_UPDATES="$(CVE_UPDATES)" \
--build-arg GIT_COMMIT="$(GIT_COMMIT)" \
--build-arg DIST="$(DIST)" \
--build-arg BUILD_TIMESTAMP="$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")" \
$(DOCKER_BUILD_ARGS) \
--file $(DOCKERFILE) \
$(CURDIR)/$(SUBDIR)
Expand Down Expand Up @@ -322,6 +327,9 @@ $(VGPU_HOST_DRIVER_BUILD_TARGETS):
--build-arg CVE_UPDATES="$(CVE_UPDATES)" \
--build-arg CUDA_VERSION="$(CUDA_VERSION)" \
--build-arg CUSTOM_CA_CERTS_DIR="$(CUSTOM_CA_CERTS_DIR)" \
--build-arg GIT_COMMIT="$(GIT_COMMIT)" \
--build-arg DIST="$(DIST)" \
--build-arg BUILD_TIMESTAMP="$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")" \
$(DOCKER_BUILD_ARGS) \
--file $(DOCKERFILE) \
$(CURDIR)/vgpu-manager/$(SUBDIR)
Expand Down
15 changes: 14 additions & 1 deletion rhel10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,27 @@ COPY ${PUBLIC_KEY} kernel/pubkey.x509
ARG PRIVATE_KEY
ARG KERNEL_VERSION=latest

ARG DIST=rhel10
ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="N/A"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="registry.access.redhat.com/ubi10/ubi"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_VERSION}-${DIST}"

# Install / upgrade packages here that are required to resolve CVEs
ARG CVE_UPDATES
Expand Down
14 changes: 13 additions & 1 deletion rhel10/precompiled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,26 @@ RUN if [ -n "${CVE_UPDATES}" ]; then \
&& dnf clean all \
&& rm /usr/local/bin/rhsm-register

ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="${KERNEL_VERSION}-${OS_TAG}"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="nvcr.io/nvidia/cuda"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
Comment thread
rajathagasthya marked this conversation as resolved.
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_VERSION}-${KERNEL_VERSION}-${OS_TAG}"

# Add NGC DL license from the CUDA image
RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
Expand Down
1 change: 1 addition & 0 deletions rhel10/precompiled/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ image: rhsm-register
--build-arg BASE_URL=${BASE_URL} \
--build-arg OS_TAG=${OS_TAG} \
--build-arg GIT_COMMIT=${GIT_COMMIT} \
--build-arg BUILD_TIMESTAMP="$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")" \
--tag ${IMAGE_REGISTRY}/${IMAGE_NAME}:${DRIVER_VERSION}-${KERNEL_VERSION_TAG}-${OS_TAG} \
--progress=plain \
--file ${DOCKERFILE} .
Expand Down
15 changes: 14 additions & 1 deletion rhel8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,27 @@ COPY ${PUBLIC_KEY} kernel/pubkey.x509
ARG PRIVATE_KEY
ARG KERNEL_VERSION=latest

ARG DIST=rhel8
ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="N/A"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="registry.access.redhat.com/ubi8/ubi"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_VERSION}-${DIST}"

# Install / upgrade packages here that are required to resolve CVEs
ARG CVE_UPDATES
Expand Down
15 changes: 14 additions & 1 deletion rhel8/precompiled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ FROM nvcr.io/nvidia/cuda:12.6.2-base-${CUDA_DIST}

ARG KERNEL_VERSION=''
ARG RHEL_VERSION=''
ARG OS_TAG=''

ARG DRIVER_TYPE=passthrough
ENV DRIVER_TYPE=${DRIVER_TYPE}
Expand Down Expand Up @@ -144,14 +145,26 @@ RUN if [ -n "${CVE_UPDATES}" ]; then \
&& dnf clean all \
&& subscription-manager unregister

ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="N/A"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="nvcr.io/nvidia/cuda"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_VERSION}-${KERNEL_VERSION}-${OS_TAG}"

# Add NGC DL license from the CUDA image
RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
Expand Down
2 changes: 2 additions & 0 deletions rhel8/precompiled/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ image: rhsm-register
--build-arg DRIVER_TOOLKIT_IMAGE=${DRIVER_TOOLKIT_IMAGE} \
--build-arg DRIVER_TYPE=${DRIVER_TYPE} \
--build-arg BASE_URL=${BASE_URL} \
--build-arg OS_TAG=${OS_TAG} \
--build-arg GIT_COMMIT=${GIT_COMMIT} \
--build-arg BUILD_TIMESTAMP="$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")" \
--tag ${IMAGE_REGISTRY}/${IMAGE_NAME}:${DRIVER_VERSION}-${KERNEL_VERSION}-${OS_TAG} \
--progress=plain \
--file ${DOCKERFILE} .
Expand Down
15 changes: 14 additions & 1 deletion rhel9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,27 @@ COPY ${PUBLIC_KEY} kernel/pubkey.x509
ARG PRIVATE_KEY
ARG KERNEL_VERSION=latest

ARG DIST=rhel9
ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="N/A"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="registry.access.redhat.com/ubi9/ubi"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_VERSION}-${DIST}"

# Install / upgrade packages here that are required to resolve CVEs
ARG CVE_UPDATES
Expand Down
14 changes: 13 additions & 1 deletion rhel9/precompiled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,26 @@ RUN if [ -n "${CVE_UPDATES}" ]; then \
&& dnf clean all \
&& rm /usr/local/bin/rhsm-register

ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="${KERNEL_VERSION}-${OS_TAG}"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="nvcr.io/nvidia/cuda"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_VERSION}-${KERNEL_VERSION}-${OS_TAG}"

# Add NGC DL license from the CUDA image
RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
Expand Down
1 change: 1 addition & 0 deletions rhel9/precompiled/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ image: rhsm-register
--build-arg BASE_URL=${BASE_URL} \
--build-arg OS_TAG=${OS_TAG} \
--build-arg GIT_COMMIT=${GIT_COMMIT} \
--build-arg BUILD_TIMESTAMP="$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")" \
--tag ${IMAGE_REGISTRY}/${IMAGE_NAME}:${DRIVER_VERSION}-${KERNEL_VERSION_TAG}-${OS_TAG} \
--progress=plain \
--file ${DOCKERFILE} .
Expand Down
15 changes: 14 additions & 1 deletion ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,26 @@ RUN if [ -n "${CVE_UPDATES}" ]; then \
rm -rf /var/lib/apt/lists/*; \
fi

ARG DIST=ubuntu22.04
ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="N/A"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="docker.io/library/ubuntu"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_VERSION}-${DIST}"

ENTRYPOINT ["nvidia-driver", "init"]
15 changes: 14 additions & 1 deletion ubuntu22.04/precompiled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,26 @@ WORKDIR /drivers
# Remove cuda repository to avoid GPG errors
RUN rm -f /etc/apt/sources.list.d/cuda*

ARG DIST=ubuntu22.04
ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_BRANCH}-${KERNEL_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="N/A"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="docker.io/library/ubuntu"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}"

ENTRYPOINT ["nvidia-driver", "init"]
15 changes: 14 additions & 1 deletion ubuntu24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,26 @@ RUN if [ -n "${CVE_UPDATES}" ]; then \
rm -rf /var/lib/apt/lists/*; \
fi

ARG DIST=ubuntu24.04
ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="N/A"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="docker.io/library/ubuntu"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_VERSION}-${DIST}"

ENTRYPOINT ["nvidia-driver", "init"]
15 changes: 14 additions & 1 deletion ubuntu24.04/precompiled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,26 @@ RUN mkdir -p /usr/local/repos && \

WORKDIR /drivers

ARG DIST=ubuntu24.04
ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_BRANCH}-${KERNEL_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="N/A"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="docker.io/library/ubuntu"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}"

ENTRYPOINT ["nvidia-driver", "init"]
15 changes: 14 additions & 1 deletion ubuntu26.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,26 @@ RUN if [ -n "${CVE_UPDATES}" ]; then \
rm -rf /var/lib/apt/lists/*; \
fi

ARG DIST=ubuntu26.04
ARG BUILD_TIMESTAMP

LABEL io.k8s.display-name="NVIDIA Driver Container"
LABEL name="NVIDIA Driver Container"
LABEL vendor="NVIDIA"
LABEL version="${DRIVER_VERSION}"
LABEL vcs-ref="${GIT_COMMIT}"
LABEL release="N/A"
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.base.name="docker.io/library/ubuntu"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"
LABEL org.opencontainers.image.description="Provision the NVIDIA driver through containers"
LABEL org.opencontainers.image.documentation="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://github.com/NVIDIA/gpu-driver-container.git"
LABEL org.opencontainers.image.title="NVIDIA Driver Container"
LABEL org.opencontainers.image.url="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/driver"
LABEL org.opencontainers.image.vendor="NVIDIA"
LABEL org.opencontainers.image.version="${DRIVER_VERSION}-${DIST}"

ENTRYPOINT ["nvidia-driver", "init"]
Loading