diff --git a/argocd/manifests/nvidia-device-plugin/daemonset.yaml b/argocd/manifests/nvidia-device-plugin/daemonset.yaml index e3c9081..b30d0cb 100644 --- a/argocd/manifests/nvidia-device-plugin/daemonset.yaml +++ b/argocd/manifests/nvidia-device-plugin/daemonset.yaml @@ -28,6 +28,8 @@ spec: value: cdi-annotations - name: CDI_ROOT value: /var/run/cdi + - name: LD_LIBRARY_PATH + value: /run/nvidia/lib securityContext: allowPrivilegeEscalation: false capabilities: @@ -38,6 +40,9 @@ spec: - name: cdi-specs mountPath: /var/run/cdi readOnly: true + - name: nvidia-libs + mountPath: /run/nvidia/lib + readOnly: true volumes: - name: device-plugins hostPath: @@ -45,3 +50,6 @@ spec: - name: cdi-specs hostPath: path: /var/run/cdi + - name: nvidia-libs + hostPath: + path: /run/opengl-driver/lib