Turing311 commited on
Commit
c0da084
1 Parent(s): 2cc8629
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. push.bat +3 -0
Dockerfile CHANGED
@@ -8,7 +8,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 ./facewrapper/libs/openvino /usr/lib
12
  COPY ./app.py ./app.py
13
  COPY ./requirements.txt ./requirements.txt
14
  RUN pip3 install -r requirements.txt
 
8
  WORKDIR /root/FaceOnLive_v6
9
  COPY ./facewrapper ./facewrapper
10
  COPY ./facewrapper/libs/libimutils.so /usr/lib
11
+ COPY ./openvino /usr/lib
12
  COPY ./app.py ./app.py
13
  COPY ./requirements.txt ./requirements.txt
14
  RUN pip3 install -r requirements.txt
push.bat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ git add .
2
+ git commit -m %1
3
+ git push