mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-19 19:06:16 +01:00
Revert numpy upgrade in -tensorrt image (#7348)
This commit is contained in:
parent
24365fb865
commit
318ae28004
@ -1,6 +1,6 @@
|
|||||||
# NVidia TensorRT Support (amd64 only)
|
# NVidia TensorRT Support (amd64 only)
|
||||||
--extra-index-url 'https://pypi.nvidia.com'
|
--extra-index-url 'https://pypi.nvidia.com'
|
||||||
numpy <= 1.25; platform_machine == 'x86_64'
|
numpy < 1.24; platform_machine == 'x86_64'
|
||||||
tensorrt == 8.5.3.*; platform_machine == 'x86_64'
|
tensorrt == 8.5.3.*; platform_machine == 'x86_64'
|
||||||
cuda-python == 11.8; platform_machine == 'x86_64'
|
cuda-python == 11.8; platform_machine == 'x86_64'
|
||||||
cython == 0.29.*; platform_machine == 'x86_64'
|
cython == 0.29.*; platform_machine == 'x86_64'
|
||||||
|
Loading…
Reference in New Issue
Block a user