We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c2a129 + cf862c7 commit 5f37569Copy full SHA for 5f37569
deployments/container/Dockerfile.ubi9
@@ -39,7 +39,7 @@ ARG GIT_COMMIT="unknown"
39
RUN make PREFIX=/artifacts cmds
40
41
42
-FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9
+FROM nvcr.io/nvidia/distroless/go:v3.1.8
43
44
ENV NVIDIA_VISIBLE_DEVICES=void
45
@@ -54,12 +54,5 @@ LABEL name="NVIDIA vGPU Device Manager for Kubernetes"
54
LABEL summary="NVIDIA vGPU Device Manager for Kubernetes"
55
LABEL description="See summary"
56
57
-
58
-# Install / upgrade packages here that are required to resolve CVEs
59
-ARG CVE_UPDATES
60
-RUN if [ -n "${CVE_UPDATES}" ]; then \
61
- yum update -y ${CVE_UPDATES} && \
62
- rm -rf /var/cache/yum/*; \
63
- fi
64
+USER 0:0
65
ENTRYPOINT ["nvidia-k8s-vgpu-dm"]
0 commit comments