You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-07-30 19:23:05 +03:00
4 lines
91 B
Docker
4 lines
91 B
Docker
FROM scratch
|
|
COPY ./pgvecto-rs-binary-release.deb /
|
|
CMD ["/pgvecto-rs-binary-release.deb"]
|