mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 13:33:25 -07:00
updated pip commands
This commit is contained in:
parent
b7103b276c
commit
0f051e3b88
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue