Build the StarVector Docker Image
mainTo build the StarVector Docker image, clone the repository and run the build command from the docker/ directory.
git clone https://github.com/joanrod/star-vector.git
cd star-vector/docker
docker build -t starvector:latest .