docker: add missing deps (#13654)

The new MLX library has extra dependencies.
This commit is contained in:
Daniel Hiltgen
2026-01-09 07:34:40 -08:00
committed by GitHub
parent a23b559b4c
commit 3cfe9fe146

View File

@@ -205,7 +205,7 @@ COPY --from=build /bin/ollama /bin/ollama
FROM ubuntu:24.04
RUN apt-get update \
&& apt-get install -y ca-certificates libvulkan1 \
&& apt-get install -y ca-certificates libvulkan1 libopenblas0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY --from=archive /bin /usr/bin