Install hipblas to satisfy onnxruntime-rocm provider dependency
Some checks failed
Build ROCm Image / build (push) Has been cancelled

libhipblas.so.2 is required by libonnxruntime_providers_rocm.so but was
missing from the base image install.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 19:20:45 -04:00
parent 8c0602d161
commit e8507e0dea

View File

@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git \
ffmpeg \
libsndfile1 \
hipblas \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app