blob: befcba5232f38ab95ac7f0d63147c4fbc045dffc [file] [log] [blame]
FROM ubuntu:20.04
# RUN pip install torch --no-cache-dir
# RUN pip install torchvision --no-cache-dir
# RUN pip install facenet-pytorch --no-cache-dir
# RUN pip install opencv-python-headless --no-cache-dir
# RUN pip install matplotlib --no-cache-dir
# RUN pip install numpy
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
python3 \
python3-numpy \
python3-opencv
WORKDIR /app
COPY . /app