vector-search (sha256:e8a70dfbe859339f806585176cacb06f08a2e41eb69c5d8de778d25748273efa)

Published 2026-08-22 09:55:57 +00:00 by chaas in chaas/vector-service

Installation

docker pull git.workaround.org/chaas/vector-search@sha256:e8a70dfbe859339f806585176cacb06f08a2e41eb69c5d8de778d25748273efa
sha256:e8a70dfbe859339f806585176cacb06f08a2e41eb69c5d8de778d25748273efa

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libstdc++6 ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c curl -sL -o /app/model.onnx https://huggingface.co/onnx-community/all-MiniLM-L6-v2-ONNX/resolve/main/onnx/model.onnx && curl -sL -o /app/model.onnx_data https://huggingface.co/onnx-community/all-MiniLM-L6-v2-ONNX/resolve/main/onnx/model.onnx_data && curl -sL -o /app/tokenizer.json https://huggingface.co/onnx-community/all-MiniLM-L6-v2-ONNX/resolve/main/tokenizer.json && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
COPY /usr/local/lib/libonnxruntime.so* /usr/local/lib/ # buildkit
COPY /app/vector-server . # buildkit
ENV LD_LIBRARY_PATH=/usr/local/lib:
ENV ONNXRUNTIME_SHARED_LIBRARY_PATH=/usr/local/lib/libonnxruntime.so
EXPOSE [8080/tcp]
ENV PORT=8080
CMD ["./vector-server"]
Details
Container
2026-08-22 09:55:57 +00:00
1
OCI / Docker
linux/amd64
142 MiB
Versions (5) View all