vector-search (sha256:a4415fe27c0e537d5de11985179df13f5791b8999751fc93928d70343a982000)

Published 2026-08-22 10:03:22 +00:00 by chaas in chaas/vector-service

Installation

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

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 10:03:22 +00:00
1
OCI / Docker
linux/amd64
142 MiB
Versions (5) View all