upd onnxruntime-gpu==1.13.1

This commit is contained in:
Valador 2023-02-28 23:28:41 +03:00
commit d38dc2b129

View file

@ -85,7 +85,7 @@ 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.12.1 \ onnxruntime-gpu==1.13.1 \
numpy==1.21.6 \ numpy==1.21.6 \
h5py \ h5py \
numexpr \ numexpr \