Docker Build Failing
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:
- 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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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