fix: add hipblaslt library (#9541)

Signed-off-by: Andreas Egli <github@kharan.ch>
This commit is contained in:
Andreas Egli
2026-04-24 18:50:03 +02:00
committed by GitHub
parent e5337039b0
commit 1d0de757c3
7 changed files with 8 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ RUN if [ "${BUILD_TYPE}" = "hipblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then
apt-get update && \
apt-get install -y --no-install-recommends \
hipblas-dev \
hipblaslt-dev \
rocblas-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
@@ -216,4 +217,4 @@ RUN if [ -f "/${BACKEND}/package.sh" ]; then \
FROM scratch
ARG BACKEND=rerankers
COPY --from=builder /${BACKEND}/ /
COPY --from=builder /${BACKEND}/ /