From 86cb1320b67f027120d39b635c4561463e7edd3c Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 17 Mar 2022 10:33:52 -0400 Subject: [PATCH] changed Dockerfile git address to CeeBeeEh, will need to be reverted for pull request --- build/linux/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/linux/Dockerfile b/build/linux/Dockerfile index 96c016d..10a5522 100644 --- a/build/linux/Dockerfile +++ b/build/linux/Dockerfile @@ -6,7 +6,8 @@ RUN apt -y install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 li RUN apt install -y python3 python3-pip RUN ln -s /usr/bin/python3 /usr/bin/python -RUN git clone https://github.com/iperov/DeepFaceLive.git +#RUN git clone https://github.com/iperov/DeepFaceLive.git +RUN git clone https://github.com/CeeBeeEh/DeepFaceLive.git RUN python -m pip install --upgrade pip RUN python -m pip install onnxruntime-gpu==1.10.0 numpy==1.21.5 h5py numexpr opencv-python==4.5.5.62 opencv-contrib-python==4.5.5.62 pyqt6==6.2.3 onnx==1.11.0 torch==1.8.1 torchvision==0.9.1