Docker
How to install Regula FaceAPI SDK.
Distribution channels and general info
We distribute our container images via the following container registries:
Images are RedHat Certified and fully identical. The face-api image is based on the official ubi8-minimal image, maintained by RedHat. The image is configured to be run as an arbitrarily assigned UID (OpenShift-ready).
Windows 10/11
-
Install Docker Desktop by following the instructions based on your Windows edition:
-
Start the Docker Desktop application.
- Put your license to your Desktop directory.
-
Open the Command line and execute the following command:
docker run -d -p 41101:41101 -v C:\%HOMEPATH%\Desktop\regula.license:/app/extBin/unix_x64/cpu/regula.license regulaforensics/face-api:latest
Info
To open the Command line, press the WIN button, type 'cmd', and press Enter.
-
To make sure that the service is up and running, enter the http://localhost:41101/ address in a web browser.
Warning
Docker Desktop doesn't support Windows Server version installation.
Linux and macOS:
-
Install Docker Engine:
-
Put your license to your user's home (/home/username/) directory.
-
Open a terminal and execute:
docker run -p 41101:41101 -v ~/regula.license:/app/extBin/unix_x64/cpu/regula.license regulaforensics/face-api:latest
docker run --gpus all -p 41101:41101 -v ~/regula.license:/app/extBin/unix_x64/gpu/regula.license regulaforensics/face-api:A.B.C.D-gpu
The license mount path will be the following:
/app/extBin/unix_x64/cpu/regula.license
/app/extBin/unix_x64/gpu/regula.license
-
To make sure that the service is up and running, enter the http://localhost:41101/ address in a web browser.