exadel-inc / exadel-inc/CompreFace
Facenet with GPU support build fails
- Dominant language
- Java
- Stars
- 8.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
when running docker-compose for /master/dev/docker-compose-gpu.yml there is an error with compreface-core saying that the base image does not exist.
Building compreface-core
Sending build context to Docker daemon 10.91MB
Step 1/34 : ARG BASE_IMAGE
Step 2/34 : FROM ${BASE_IMAGE:-python:3.7-slim}
pull access denied for compreface-core-base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: Service 'compreface-core' failed to build : Build failed
**To Reproduce**
Steps to reproduce the behavior:
cd /dev
docker-compose -f docker-compose-gpu.yml up -d
**Expected behavior**
base image should download and docker compose should bring up the compreface-core volume
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: ubuntu 18.04
- Browser N/A
- Version N/A
**Additional context**
CPU does not support AVX2 so cannot use mobilenet.
Contributor guide
Assessment
This issue has not been assessed yet.