update runtime to Ubuntu 25.10
This commit is contained in:
parent
f0edf114c0
commit
fd84f64266
|
|
@ -196,7 +196,7 @@ ARG VULKANVERSION
|
|||
COPY --from=cpu dist/lib/ollama /lib/ollama
|
||||
COPY --from=build /bin/ollama /bin/ollama
|
||||
|
||||
FROM ubuntu:24.04
|
||||
FROM ubuntu:25.10
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ca-certificates libvulkan1 \
|
||||
&& apt-get clean \
|
||||
|
|
|
|||
Loading…
Reference in New Issue