mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-16 10:03:42 -07:00
upd numpy 1.21.6
This commit is contained in:
parent
18fb467a78
commit
50ab7a2e40
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ RUN python -c "from urllib.request import urlopen; \
|
||||||
exec(urlopen('https://bootstrap.pypa.io/get-pip.py').read())"
|
exec(urlopen('https://bootstrap.pypa.io/get-pip.py').read())"
|
||||||
|
|
||||||
RUN python -m pip install \
|
RUN python -m pip install \
|
||||||
onnxruntime-gpu==1.10 \
|
onnxruntime-gpu==1.12.1 \
|
||||||
numpy==1.20 \
|
numpy==1.21.6 \
|
||||||
h5py \
|
h5py \
|
||||||
numexpr \
|
numexpr \
|
||||||
protobuf==3.20.2 \
|
protobuf==3.20.2 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue