e2e face recognition
diff --git a/face/Dockerfile b/face/Dockerfile
index b0fc938..36a6067 100644
--- a/face/Dockerfile
+++ b/face/Dockerfile
@@ -1,15 +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
-# COPY . /face
-WORKDIR /face
-
-# RUN rm -r -f output/*
-CMD python face.py detect input output
-# CMD python face.py classify output class
+WORKDIR /src/go/src/github.com/giolekva/pcloud/face
+COPY . /src/go/src/github.com/giolekva/pcloud/face
\ No newline at end of file