GitHunt
QU

qudiqudi/nextcloud_dockerfile

Dockerfile for Facerecognition integration in Nextcloud

Dockerfile for NC with pdlib and dlib

This is a Dockerfile which integrates the Facerecognition App with its dependencies into a NC:apache Dockerimage

How to:

  • docker build . -t <image-name>
  • run the image e.g.: docker run -d -p 8080:80 <image-name>
  • enable the app via NC admin panel
  • first set the maximum memory you want to use ./occ face:setup --memory 2048M
  • than install one model inside the container ./occ face:setup -m 1
  • run the background job ./occ face:background_job

More information: https://github.com/matiasdelellis/facerecognition

Languages

Dockerfile100.0%

Contributors

Created November 16, 2022
Updated November 16, 2022
qudiqudi/nextcloud_dockerfile | GitHunt