Block a user
ollama-ov (latest)
Published 2025-07-21 13:03:39 +02:00 by Anexim
Installation
docker pull gitea.tailf367e3.ts.net/anexim/ollama-ov:latestsha256:a46e354209d1d2eab390ddcaa075a36ab01ec8819712dc89f255bf09010851d2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| db8c5292be | linux/amd64 | 788 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:b4619a63cd7829e1338ddaa4995ca17003002dd54b0dfd675a6f54a2b69151a6 in / |
| CMD ["/bin/bash"] |
| SHELL [/bin/bash -c] |
| RUN /bin/bash -c apt-get update && apt install -y software-properties-common libtbb-dev # buildkit |
| RUN /bin/bash -c add-apt-repository ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.10 net-tools # buildkit |
| RUN /bin/bash -c ln -sf /usr/bin/python3.10 /usr/bin/python3 # buildkit |
| RUN /bin/bash -c apt-get install -y ca-certificates git wget curl gcc g++ && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /home/ollama_ov_server |
| ARG GOVERSION=1.24.1 |
| RUN |1 GOVERSION=1.24.1 /bin/bash -c curl -fsSL https://golang.org/dl/go${GOVERSION}.linux-$(case $(uname -m) in x86_64) echo amd64 ;; aarch64) echo arm64 ;; esac).tar.gz | tar xz -C /usr/local # buildkit |
| ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |1 GOVERSION=1.24.1 /bin/bash -c wget https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.2.0.0.dev20250513/openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64.tar.gz # buildkit |
| RUN |1 GOVERSION=1.24.1 /bin/bash -c tar -xzf openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64.tar.gz # buildkit |
| ENV GENAI_DIR=/home/ollama_ov_server/openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64 |
| RUN |1 GOVERSION=1.24.1 /bin/bash -c source /home/ollama_ov_server/openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64/setupvars.sh # buildkit |
| ENV CGO_ENABLED=1 |
| ENV GODEBUG=cgocheck=0 |
| ENV CGO_LDFLAGS=-L/home/ollama_ov_server/openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64/runtime/lib/intel64 |
| ENV CGO_CFLAGS=-I/home/ollama_ov_server/openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64/runtime/include |
| WORKDIR /home/ollama_ov_server |
| RUN |1 GOVERSION=1.24.1 /bin/bash -c git clone https://github.com/openvinotoolkit/openvino_contrib.git # buildkit |
| WORKDIR /home/ollama_ov_server/openvino_contrib/modules/ollama_openvino |
| RUN |1 GOVERSION=1.24.1 /bin/bash -c go build -o /usr/bin/ollama . # buildkit |
| ENV OLLAMA_HOST=0.0.0.0:11434 |
| EXPOSE map[11434/tcp:{}] |
| ENTRYPOINT ["/bin/bash" "-c" "source /home/ollama_ov_server/openvino_genai_ubuntu24_2025.2.0.0.dev20250513_x86_64/setupvars.sh && /usr/bin/ollama serve"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |