mirror of
https://github.com/ollama/ollama
synced 2026-04-23 08:45:14 +00:00
docker: add missing deps (#13654)
The new MLX library has extra dependencies.
This commit is contained in:
parent
a23b559b4c
commit
3cfe9fe146
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue