Skip to content

Commit

Permalink
Revert numpy upgrade in -tensorrt image (#7348)
Browse files Browse the repository at this point in the history
  • Loading branch information
madsciencetist authored Aug 5, 2023
1 parent 24365fb commit 318ae28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tensorrt/requirements-amd64.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NVidia TensorRT Support (amd64 only)
--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'
cuda-python == 11.8; platform_machine == 'x86_64'
cython == 0.29.*; platform_machine == 'x86_64'
Expand Down

0 comments on commit 318ae28

Please sign in to comment.