voidmainvoid95 / gst-nvmaxine

Gstreamer plugin that allows use of NVIDIA Maxine SDK in a generic pipeline.
GNU Lesser General Public License v2.1
32 stars 1 forks source link

New release/Docker #2

Closed bhack closed 1 year ago

bhack commented 1 year ago

Do you plan to update it for the new Maxine release 0.7.2?

I think that you could also simplify the step in your Readme if you can start directly FROM a TensorRT official docker image in your Dockerfile

voidmainvoid95 commented 1 year ago

Hi, I've updated maxine videofx to latest version. Thanks for your suggestion on using official TensorRT image!
I've tried before to use one of those images, however it was hard to find a version with matches all maxine requirements. The version that I've used this time have a newer cudnn version (8.7.0), but all works normally as in custom docker image with cudnn 8.6.0.

bhack commented 1 year ago

Thank you, the installation process improved a lot.