Add libopenblas0 runtime dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 22:07:48 -04:00
parent 3adefb551b
commit 1a36770edb

View File

@@ -91,7 +91,7 @@ COPY --from=builder /wheels /wheels
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
python3 python3-pip ffmpeg \ python3 python3-pip ffmpeg \
hipblas miopen-hip rocrand \ hipblas miopen-hip rocrand libopenblas0 \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& pip install --no-cache-dir /wheels/*.whl \ && pip install --no-cache-dir /wheels/*.whl \
&& pip install --no-cache-dir \ && pip install --no-cache-dir \