mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 04:27:42 +03:00
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] <support@github.com>
This commit is contained in:
parent
83188e7ea4
commit
1f3c4a4b1e
@ -3,7 +3,7 @@
|
|||||||
numpy < 1.24; platform_machine == 'x86_64'
|
numpy < 1.24; platform_machine == 'x86_64'
|
||||||
tensorrt == 8.6.1; platform_machine == 'x86_64'
|
tensorrt == 8.6.1; platform_machine == 'x86_64'
|
||||||
tensorrt_bindings == 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'
|
cython == 3.0.*; platform_machine == 'x86_64'
|
||||||
nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64'
|
nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64'
|
||||||
nvidia-cuda-runtime-cu11 == 11.8.*; platform_machine == 'x86_64'
|
nvidia-cuda-runtime-cu11 == 11.8.*; platform_machine == 'x86_64'
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
cuda-python == 12.6.*; platform_machine == 'aarch64'
|
cuda-python == 12.9.*; platform_machine == 'aarch64'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user