microsoft / SPTAG

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.
MIT License
4.83k stars 582 forks source link

Docker Build Failing #163

Open bongalemilind opened 4 years ago

bongalemilind commented 4 years ago

Describe the bug Running the DockerFile giving error for GPUSupport folder

To Reproduce Steps to reproduce the behavior:

  1. Clone the repo from source
  2. Ensure that you have Docker installed on your machine
  3. Run docker build command and use Dockerfile available at root level
  4. 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):

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.

sicklife commented 4 years ago

infact there are many other issue in the dockerfile.