From 01bc0392402baf51567135b2185c644ca1e582f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:19:14 +0000 Subject: [PATCH] Bump onnxruntime-gpu from 1.18.0 to 1.19.2 in /docker/tensorrt Bumps [onnxruntime-gpu](https://github.com/microsoft/onnxruntime) from 1.18.0 to 1.19.2. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.18.0...v1.19.2) --- updated-dependencies: - dependency-name: onnxruntime-gpu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/tensorrt/requirements-amd64.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tensorrt/requirements-amd64.txt b/docker/tensorrt/requirements-amd64.txt index dd99190d0..38410aff8 100644 --- a/docker/tensorrt/requirements-amd64.txt +++ b/docker/tensorrt/requirements-amd64.txt @@ -10,5 +10,5 @@ nvidia-cublas-cu11 == 11.11.3.6; platform_machine == 'x86_64' nvidia-cudnn-cu11 == 8.5.0.*; platform_machine == 'x86_64' nvidia-cufft-cu11==10.*; platform_machine == 'x86_64' onnx==1.14.0; platform_machine == 'x86_64' -onnxruntime-gpu==1.17.*; platform_machine == 'x86_64' +onnxruntime-gpu==1.19.*; platform_machine == 'x86_64' protobuf==3.20.3; platform_machine == 'x86_64'