Turing311 commited on
Commit
565ecdf
1 Parent(s): c0da084
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -3,9 +3,9 @@ RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONT
3
  RUN apt-get update -y
4
  RUN apt-get install -y python3 python3-pip python3-opencv
5
  RUN apt-get install -y libcurl4-openssl-dev libssl-dev
6
- RUN mkdir -p /root/FaceOnLive_v6
7
- RUN mkdir -p /root/FaceOnLive_v6/facewrapper
8
- WORKDIR /root/FaceOnLive_v6
9
  COPY ./facewrapper ./facewrapper
10
  COPY ./facewrapper/libs/libimutils.so /usr/lib
11
  COPY ./openvino /usr/lib
 
3
  RUN apt-get update -y
4
  RUN apt-get install -y python3 python3-pip python3-opencv
5
  RUN apt-get install -y libcurl4-openssl-dev libssl-dev
6
+ RUN mkdir -p /home/FaceOnLive_v6
7
+ RUN mkdir -p /home/FaceOnLive_v6/facewrapper
8
+ WORKDIR /home/FaceOnLive_v6
9
  COPY ./facewrapper ./facewrapper
10
  COPY ./facewrapper/libs/libimutils.so /usr/lib
11
  COPY ./openvino /usr/lib