From 1f3c4a4b1ef676d6874a11928e9b6dd09b3dd1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 11:23:56 +0000 Subject: [PATCH] Update cuda-python requirement in /docker/tensorrt --- updated-dependencies: - dependency-name: cuda-python dependency-version: 12.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/tensorrt/requirements-amd64.txt | 2 +- docker/tensorrt/requirements-arm64.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/tensorrt/requirements-amd64.txt b/docker/tensorrt/requirements-amd64.txt index 0e003ca3d..212b965b5 100644 --- a/docker/tensorrt/requirements-amd64.txt +++ b/docker/tensorrt/requirements-amd64.txt @@ -3,7 +3,7 @@ numpy < 1.24; platform_machine == 'x86_64' tensorrt == 8.6.1; platform_machine == 'x86_64' tensorrt_bindings == 8.6.1; platform_machine == 'x86_64' -cuda-python == 11.8.*; platform_machine == 'x86_64' +cuda-python == 12.9.*; platform_machine == 'x86_64' cython == 3.0.*; platform_machine == 'x86_64' nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64' nvidia-cuda-runtime-cu11 == 11.8.*; platform_machine == 'x86_64' diff --git a/docker/tensorrt/requirements-arm64.txt b/docker/tensorrt/requirements-arm64.txt index c9b618180..fa3409bf4 100644 --- a/docker/tensorrt/requirements-arm64.txt +++ b/docker/tensorrt/requirements-arm64.txt @@ -1 +1 @@ -cuda-python == 12.6.*; platform_machine == 'aarch64' +cuda-python == 12.9.*; platform_machine == 'aarch64'