File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,12 @@ LABEL org.opencontainers.image.source="https://github.com/NVIDIA/k8s-dra-driver-
102102# https://docs.docker.com/build/building/multi-platform/#install-qemu-manually
103103RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
104104
105+ COPY /hack/kubelet-plugin-prestart.sh /usr/bin/kubelet-plugin-prestart.sh
106+ COPY /templates /templates
107+
105108COPY --from=toolkit /usr/bin/nvidia-cdi-hook /usr/bin/nvidia-cdi-hook
106109COPY --from=build /artifacts/compute-domain-controller /usr/bin/compute-domain-controller
107110COPY --from=build /artifacts/compute-domain-kubelet-plugin /usr/bin/compute-domain-kubelet-plugin
108111COPY --from=build /artifacts/compute-domain-daemon /usr/bin/compute-domain-daemon
109112COPY --from=build /artifacts/gpu-kubelet-plugin /usr/bin/gpu-kubelet-plugin
110- COPY --from=build /build/hack/kubelet-plugin-prestart.sh /usr/bin/kubelet-plugin-prestart.sh
111- COPY --from=build /build/templates /templates
112- COPY /templates /templates
113+
You can’t perform that action at this time.
0 commit comments