ROCm / k8s-device-plugin

Kubernetes (k8s) device plugin to enable registration of AMD GPU to a container cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libraries/binaries mounted in the container (analogous to NVIDIA_DRIVER_CAPABILITIES)

andy108369 opened this issue · comments

Hi,

is there an environment variable that we could pass to the Pod so it would automatically get the rocm-smi (and the necessary libraries) inside the Pod?

Similarly to how NVIDIA_DRIVER_CAPABILITIES is working (This option controls which driver libraries/binaries will be mounted inside the container.) - refs

Thanks in advance!