From cae60adb89d825b1651c25227c9697ae709be560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:17:18 +0000 Subject: [PATCH] Update nvidia-cuda-runtime-cu12 requirement in /docker/tensorrt Updates the requirements on [nvidia-cuda-runtime-cu12](https://developer.nvidia.com/cuda-zone) to permit the latest version. --- updated-dependencies: - dependency-name: nvidia-cuda-runtime-cu12 dependency-type: direct:production ... 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 df276a613..10df910c7 100644 --- a/docker/tensorrt/requirements-amd64.txt +++ b/docker/tensorrt/requirements-amd64.txt @@ -4,7 +4,7 @@ numpy < 1.24; platform_machine == 'x86_64' tensorrt == 8.5.3.*; platform_machine == 'x86_64' cuda-python == 11.8; platform_machine == 'x86_64' cython == 0.29.*; platform_machine == 'x86_64' -nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64' +nvidia-cuda-runtime-cu12 == 12.8.*; platform_machine == 'x86_64' nvidia-cuda-runtime-cu11 == 11.8.*; platform_machine == 'x86_64' nvidia-cublas-cu11 == 11.11.3.6; platform_machine == 'x86_64' nvidia-cudnn-cu11 == 8.6.0.*; platform_machine == 'x86_64'