https://github.com/samuelmarks/pgvector-builds
Custom builds for pgvector (Alpine Docker to start)
https://github.com/samuelmarks/pgvector-builds
Last synced: 2 months ago
JSON representation
Custom builds for pgvector (Alpine Docker to start)
- Host: GitHub
- URL: https://github.com/samuelmarks/pgvector-builds
- Owner: SamuelMarks
- Created: 2024-07-26T15:04:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T04:40:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-28T05:43:14.311Z (almost 2 years ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pgvector builds
===============
[](https://hub.docker.com/r/samuelmarks/pgvector-builds/tags)
[](https://github.com/SamuelMarks/pgvector-builds/actions/workflows/docker_build.yml)
Builds for https://github.com/pgvector/pgvector
For Docker images, see: https://hub.docker.com/r/samuelmarks/pgvector-builds
## Instructions
```sh
git clone https://github.com/SamuelMarks/pgvector-builds
docker build . -f Dockerfile.alpine -t samuelmarks/pgvector-builds:alpine_latest
```
And to `push` up to hub.docker.com run:
```sh
docker push samuelmarks/pgvector-builds:alpine_latest
```
---
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.