tantaraio / voy

🕸️🦀 A WASM vector similarity search written in Rust
https://www.npmjs.com/package/voy-search
Apache License 2.0
867 stars 31 forks source link

Dockerize #24

Open DawChihLiou opened 1 year ago

DawChihLiou commented 1 year ago

Create a Docker image for local development and build. Currently the project is very difficult to carry over to ARM Macs.

yoursmanjunad commented 1 year ago

Hey, I'm a beginner in Docker. Can I start contributing to your project, I believe I can help you with that

DawChihLiou commented 1 year ago

Hey @yoursmanjunad absolutely! Thanks for contributing. I would also love to see the docker image supporting rust-bert so we can generate embeddings for unit testing.

yoursmanjunad commented 1 year ago

Hey, can you help me to know what are the files need to be required into building an Image from the project?

DawChihLiou commented 1 year ago

Sure thing. Here you go