clean Dockefile
separate all stages with new line for better overview
This commit is contained in:
parent
fd84f64266
commit
8939acd913
|
|
@ -196,6 +196,8 @@ ARG VULKANVERSION
|
|||
COPY --from=cpu dist/lib/ollama /lib/ollama
|
||||
COPY --from=build /bin/ollama /bin/ollama
|
||||
|
||||
|
||||
|
||||
FROM ubuntu:25.10
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ca-certificates libvulkan1 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue