Add libopenblas0 runtime dependency
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user