upd numpy 1.21.6

This commit is contained in:
Valador 2023-02-28 23:08:13 +03:00
parent 18fb467a78
commit 50ab7a2e40

View file

@ -85,8 +85,8 @@ RUN python -c "from urllib.request import urlopen; \
exec(urlopen('https://bootstrap.pypa.io/get-pip.py').read())"
RUN python -m pip install \
onnxruntime-gpu==1.10 \
numpy==1.20 \
onnxruntime-gpu==1.12.1 \
numpy==1.21.6 \
h5py \
numexpr \
protobuf==3.20.2 \