vector-search (sha256:e8a70dfbe859339f806585176cacb06f08a2e41eb69c5d8de778d25748273efa)
Installation
docker pull git.workaround.org/chaas/vector-search@sha256:e8a70dfbe859339f806585176cacb06f08a2e41eb69c5d8de778d25748273efasha256:e8a70dfbe859339f806585176cacb06f08a2e41eb69c5d8de778d25748273efaImage 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
Versions (5)
View all
buildcache
2026-09-13
latest
2026-09-13
111af2d66e5430d71bfd096342e9bff16e039988
2026-09-13
1b4d24cada6fbfaa1a6e97b814674800c7083218
2026-08-22
fc04ea79003528508346bef32ae2e72c9ff5526c
2026-08-22