A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
Describe the bug
Running the DockerFile giving error for GPUSupport folder
To Reproduce
Steps to reproduce the behavior:
Clone the repo from source
Ensure that you have Docker installed on your machine
Run docker build command and use Dockerfile available at root level
It will give error while building the image
Expected behavior
Docker image for SPTAG should be created without any issues
Desktop (please complete the following information):
OS: Windows10
Additional context
It looks like recent changes related to GPUSupport is expecting the folder "GPUSupport" should be available.
Adding "COPY GPUSupport ./GPUSupport/" command in docker file solve this issue.
Please check if docker file needs to be updated accordingly.
Describe the bug Running the DockerFile giving error for GPUSupport folder
To Reproduce Steps to reproduce the behavior:
Expected behavior Docker image for SPTAG should be created without any issues
Desktop (please complete the following information):
Additional context It looks like recent changes related to GPUSupport is expecting the folder "GPUSupport" should be available. Adding "COPY GPUSupport ./GPUSupport/" command in docker file solve this issue. Please check if docker file needs to be updated accordingly.