microsoft / microsoft/SPTAG

Docker Build Failing

Open
#163 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
5k
Forks
622
Avg merge
8h 37m
Merged PRs (30d)
5

Description

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):

  • 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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Dockerfile at the repository root and inspect how the GPUSupport folder is handled during the image build. Reproduce the Docker build described in the issue, then verify that the SPTAG image builds successfully with the required GPUSupport files included.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, docker
Domain
build-system, devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.