We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e135d commit 228b23bCopy full SHA for 228b23b
deployments/container/Dockerfile
@@ -83,6 +83,11 @@ LABEL release="N/A"
83
LABEL summary="NVIDIA device plugin for Kubernetes"
84
LABEL description="See summary"
85
86
+# We need this ldconfig config file otherwise when the `nvidia-ctk hook update-ldcache` hook kicks in,
87
+# it may override the glibc and other libraries shipped with this container with the ones
88
+# come from mounted driver libraries
89
+# ref: https://github.com/NVIDIA/k8s-device-plugin/issues/1182
90
+RUN echo "/lib64" > /etc/ld.so.conf.d/lib64.conf
91
RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
92
93
COPY --from=build /artifacts/config-manager /usr/bin/config-manager
0 commit comments