Deepstream 8.0 sdk

Hello Team,

All these days we had deepstream pipeline using deepstream 6.4 and we used docker container as deepstream:6.4-samples-multiarch in our project. But we want to upgrade it to latest deepstream 8.0 and the challenge is it requires ubuntu 24.04 but in our case we work with 22.04 ubuntu. Is ther any alternative without migrating the complete ubuntu to 24.4 we can use deepstream 8.0??

I tried using deepstream:8.0-samples-multiarch container but i am getting issues for pyds. I am wondering is it due to ubuntu mismatch? Pls guide. I thought since i am using offcial docker container of deepstream 8.0 ubuntu version should not be an issue.

how to migrate deespstream 6.4 to 8.0

  1. Upgrade the GPU driver. DS-8.0 requires CUDA-12.8.
  2. Recompile pyds in the container nvcr.io/nvidia/deepstream:8.0-triton-multiarch and install the necessary dependencies.

Since GPU drivers are often kernel version dependent, I recommend upgrading to Ubuntu 24.04 to avoid incompatibility issues. We have not tested DS-8.0 on other OS versions.