diff --git a/build/linux/Dockerfile b/build/linux/Dockerfile index 53d8d52..42297ab 100644 --- a/build/linux/Dockerfile +++ b/build/linux/Dockerfile @@ -85,7 +85,7 @@ 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.12.1 \ + onnxruntime-gpu==1.13.1 \ numpy==1.21.6 \ h5py \ numexpr \