At the moment of writing this request, the AMD/Intel build of Bluefin DX does not include the amd-container-toolkit software.
AMD CTK is used now required for the command docker run --gpus all ... to work on AMD based systems. This software is also used for container-based software that is using GPU acceleration, for example av/harbor project for locally hosted AI with ROCm acceleration.
Currently I am trying (and failing) to install the amd-ctk as a layered package, because the official RPM packages cannot detect amdgpu driver during the installation. Inclusion of amd-ctk into Bluefin DX could solve this problem for AMD users. Alternatively, if we find a working approach to the installation as a layered package, it could be included as a just recipe.
Current error:
rpm-ostree install amd-container-toolkit
Mar 24 15:56:16 bluefin rpm-ostree(amd-container-toolkit.prein)[36778]: Checking for AMD GPU driver...
Mar 24 15:56:16 bluefin rpm-ostree(amd-container-toolkit.prein)[36778]: Error: AMD GPU driver (amdgpu) is not installed or loaded.
Mar 24 15:56:16 bluefin rpm-ostree(amd-container-toolkit.prein)[36778]: The AMD Container Toolkit requires the amdgpu driver to be installed and loaded.
Mar 24 15:56:16 bluefin rpm-ostree(amd-container-toolkit.prein)[36778]: Please install the AMD GPU driver before installing the container toolkit.
Thanks in advance for engaging in discussion.
At the moment of writing this request, the AMD/Intel build of Bluefin DX does not include the
amd-container-toolkitsoftware.AMD CTK is used now required for the command
docker run --gpus all ...to work on AMD based systems. This software is also used for container-based software that is using GPU acceleration, for exampleav/harborproject for locally hosted AI with ROCm acceleration.Currently I am trying (and failing) to install the
amd-ctkas a layered package, because the official RPM packages cannot detectamdgpudriver during the installation. Inclusion ofamd-ctkinto Bluefin DX could solve this problem for AMD users. Alternatively, if we find a working approach to the installation as a layered package, it could be included as ajustrecipe.Current error:
Thanks in advance for engaging in discussion.