| commit | 550add781f9138553ae607f4678f26c7d87f49b4 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Sat Apr 11 20:01:40 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Sat Apr 11 20:01:40 2020 +0400 |
| tree | bf982c51475996751230a4ce788d87ca6ceef81a | |
| parent | 73d312601a4d6954cab7003f1bc81c933837f745 [diff] [blame] |
face detection
diff --git a/face/Dockerfile b/face/Dockerfile new file mode 100644 index 0000000..8b7641a --- /dev/null +++ b/face/Dockerfile
@@ -0,0 +1,10 @@ +FROM python:3 + +RUN pip help +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 + +WORKDIR /face \ No newline at end of file