mirror of
https://github.com/ollama/ollama.git
synced 2026-01-29 07:12:03 +03:00
docker: add missing deps (#13654)
The new MLX library has extra dependencies.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user