From 1a36770edbc263479f0f214914d28b0bbdc74329 Mon Sep 17 00:00:00 2001 From: scott Date: Thu, 2 Apr 2026 22:07:48 -0400 Subject: [PATCH] Add libopenblas0 runtime dependency Co-Authored-By: Claude Sonnet 4.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf8dfad..9389591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,7 +91,7 @@ COPY --from=builder /wheels /wheels RUN apt-get update && apt-get install -y --no-install-recommends \ python3 python3-pip ffmpeg \ - hipblas miopen-hip rocrand \ + hipblas miopen-hip rocrand libopenblas0 \ && rm -rf /var/lib/apt/lists/* \ && pip install --no-cache-dir /wheels/*.whl \ && pip install --no-cache-dir \