vector-search (sha256:2012d4045b32ef4a832628f31d7dc0c71460bfc7cb72ca70b476e756f62856ba)
Installation
docker pull git.workaround.org/chaas/vector-search@sha256:2012d4045b32ef4a832628f31d7dc0c71460bfc7cb72ca70b476e756f62856basha256:2012d4045b32ef4a832628f31d7dc0c71460bfc7cb72ca70b476e756f62856baImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| 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/bge-small-en-v1.5-ONNX/resolve/main/onnx/model.onnx && curl -sL -o /app/model.onnx_data https://huggingface.co/onnx-community/bge-small-en-v1.5-ONNX/resolve/main/onnx/model.onnx_data && curl -sL -o /app/tokenizer.json https://huggingface.co/onnx-community/bge-small-en-v1.5-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
Versions (5)
View all
buildcache
2026-09-13
latest
2026-09-13
111af2d66e5430d71bfd096342e9bff16e039988
2026-09-13
1b4d24cada6fbfaa1a6e97b814674800c7083218
2026-08-22
fc04ea79003528508346bef32ae2e72c9ff5526c
2026-08-22