ageitgey / ageitgey/face_recognition
Dockerfile.gpu needs update
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 56.8k
- Forks
- 13.7k
- PR merge metrics
- No merged PRs in 30d
Description
- face_recognition version: latest
- Python version: 3.5
- Operating System: arch linux
Description
While trying to build docker image with gpu support, it says --yes is no longer required for dlib.
Also one of the dependencies complaints about OpenBlas not found, using built-in blas, it says openblas will be faster.
What I Did
$ docker-compose up --build
fix
I removed all --yes for dlib buding, it works.
I think by default dlib now assumes you want to enable cuda and cudnn support.
Contributor guide
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 Dockerfile.gpu and inspect the dlib build commands and dependency setup used by docker-compose up --build. Reproduce the GPU image build, then verify that the obsolete --yes option is no longer reported and that the build completes with its current BLAS behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, python
- Domain
- build-system, devops, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100