FaceLivenessDetection / Dockerfile
justin2341's picture
Create Dockerfile
40217d7 verified
raw
history blame
209 Bytes
FROM openvino/ubuntu20_runtime:2022.3.0
USER root
RUN apt-get update -y
RUN apt-get install -y libcurl4-openssl-dev libssl-dev libgomp1 libpugixml-dev
RUN mkdir -p /root/kby-ai-live
WORKDIR /root/kby-ai-live