mirror of
https://github.com/dev6699/face.git
synced 2025-12-24 11:51:07 +08:00
4 lines
164 B
Docker
4 lines
164 B
Docker
FROM gocv/opencv:4.10.0-gpu-cuda-12
|
|
|
|
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|
&& apt-get -y install --no-install-recommends ffmpeg graphviz |