Vincent RAMPAL
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -104,7 +104,7 @@ FROM ${FLAVOR} AS archive |
|
|
COPY --from=cpu dist/lib/ollama /lib/ollama |
|
|
COPY --from=cpu dist/lib/ollama /lib/ollama |
|
|
COPY --from=build /bin/ollama /bin/ollama |
|
|
COPY --from=build /bin/ollama /bin/ollama |
|
|
|
|
|
|
|
|
FROM ubuntu:20.04 |
|
|
FROM ubuntu:24.04 |
|
|
RUN apt-get update \ |
|
|
RUN apt-get update \ |
|
|
&& apt-get install -y ca-certificates \ |
|
|
&& apt-get install -y ca-certificates \ |
|
|
&& apt-get clean \ |
|
|
&& apt-get clean \ |
|
|
|