ageitgey / ageitgey/face_recognition

Dockerfile.gpu needs update

Open
#771 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.