From 50ab7a2e40a8a8a9b5c07908112e1bb06d07ba4c Mon Sep 17 00:00:00 2001 From: Valador Date: Tue, 28 Feb 2023 23:08:13 +0300 Subject: [PATCH] upd numpy 1.21.6 --- build/linux/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/linux/Dockerfile b/build/linux/Dockerfile index 4b3c99d..53d8d52 100644 --- a/build/linux/Dockerfile +++ b/build/linux/Dockerfile @@ -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 \