Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit e678751

Browse files
committedJan 21, 2023
update modules versions
1 parent 1f1b7bf commit e678751

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎build/linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
1010
RUN git clone https://github.com/iperov/DeepFaceLive.git
1111

1212
RUN python -m pip install --upgrade pip
13-
RUN python -m pip install onnxruntime-gpu==1.12.1 numpy==1.21.6 h5py numexpr protobuf==3.20.1 opencv-python==4.6.0.66 opencv-contrib-python==4.6.0.66 pyqt6==6.4.0 onnx==1.12.0 torch==1.10.0 torchvision==0.11.1
13+
RUN python -m pip install onnxruntime-gpu==1.12.1 numpy==1.21.6 h5py numexpr protobuf==3.20.1 opencv-python==4.7.0.68 opencv-contrib-python==4.7.0.68 pyqt6==6.4.0 onnx==1.13.0 torch==1.10.0 torchvision==0.11.1
1414

1515
RUN apt install -y libnvidia-compute-$NV_VER
1616

‎build/windows/WindowsBuilder.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,10 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.7.9', backe
475475
builder.install_pip_package('h5py')
476476
builder.install_pip_package('numexpr')
477477
builder.install_pip_package('protobuf==3.20.1')
478-
builder.install_pip_package('opencv-python==4.6.0.66')
479-
builder.install_pip_package('opencv-contrib-python==4.6.0.66')
478+
builder.install_pip_package('opencv-python==4.7.0.68')
479+
builder.install_pip_package('opencv-contrib-python==4.7.0.68')
480480
builder.install_pip_package('pyqt6==6.4.0')
481-
builder.install_pip_package('onnx==1.12.0')
481+
builder.install_pip_package('onnx==1.13.0')
482482

483483
if backend == 'cuda':
484484
#builder.install_pip_package('torch==1.10.0+cu113 torchvision==0.11.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html')

0 commit comments

Comments
 (0)
This repository has been archived.