From 0f051e3b888836f69cf5f9a111ddae52e1f2a206 Mon Sep 17 00:00:00 2001 From: thebigbone Date: Tue, 30 May 2023 11:52:04 +0530 Subject: [PATCH] updated pip commands --- build/linux/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/linux/Dockerfile b/build/linux/Dockerfile index d8d8093..f8c45ef 100644 --- a/build/linux/Dockerfile +++ b/build/linux/Dockerfile @@ -9,8 +9,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python RUN git clone https://github.com/iperov/DeepFaceLive.git -RUN python -m pip install --upgrade pip -RUN python -m pip install onnxruntime-gpu==1.14.1 numpy==1.21.6 h5py numexpr protobuf==3.20.1 opencv-python==4.7.0.72 opencv-contrib-python==4.7.0.72 pyqt6==6.5.0 onnx==1.13.0 torch==1.13.1 torchvision==0.14.1 +RUN pip3 install --upgrade pip +RUN pip3 install onnxruntime-gpu==1.14.1 numpy==1.21.6 h5py numexpr protobuf==3.20.1 opencv-python==4.7.0.72 opencv-contrib-python==4.7.0.72 pyqt6==6.5.0 onnx==1.13.0 torch==1.13.1 torchvision==0.14.1 RUN apt install -y libnvidia-compute-$NV_VER