blob: 8c0996ca3aafd52b999ca8101b43f4413d286761 [file] [log] [blame]
giolekvac890dea2020-05-05 18:21:10 +04001FROM ubuntu:20.04
giolekva550add72020-04-11 20:01:40 +04002
giolekvac890dea2020-05-05 18:21:10 +04003# RUN pip install torch --no-cache-dir
4# RUN pip install torchvision --no-cache-dir
5# RUN pip install facenet-pytorch --no-cache-dir
6# RUN pip install opencv-python-headless --no-cache-dir
7# RUN pip install matplotlib --no-cache-dir
giolekva550add72020-04-11 20:01:40 +04008
giolekvac890dea2020-05-05 18:21:10 +04009# RUN pip install numpy
10
11RUN apt-get -y update
12RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
13 python3 \
14 python3-numpy \
15 python3-opencv
16
17WORKDIR /app
giolekva1ef98852020-12-14 20:32:09 +040018COPY *.py /app/
19COPY *.xml /app/