* Add necessary tensorrt bindings

* Include both versions of cudnn

* Update Dockerfile
This commit is contained in:
Nicolas Mowen
2025-02-19 05:54:02 -07:00
committed by GitHub
parent c240512ef4
commit 0f481546cd
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -3,6 +3,9 @@
# https://askubuntu.com/questions/972516/debian-frontend-environment-variable
ARG DEBIAN_FRONTEND=noninteractive
# Globally set pip break-system-packages option to avoid having to specify it every time
ARG PIP_BREAK_SYSTEM_PACKAGES=1
FROM wheels as rk-wheels
COPY docker/main/requirements-wheels.txt /requirements-wheels.txt
COPY docker/rockchip/requirements-wheels-rk.txt /requirements-wheels-rk.txt