Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deploy Triton using Docker on Jetson Orin NX? #7023

Closed
liujiachang opened this issue Mar 22, 2024 · 4 comments
Closed

How to deploy Triton using Docker on Jetson Orin NX? #7023

liujiachang opened this issue Mar 22, 2024 · 4 comments

Comments

@liujiachang
Copy link

CUDA:11.4.315
cuDNN:8.6.0.166
TensorRT:8.5.2.2
Jetpack:5.1.2
I tried deploying the 23.06 version image, but it failed.
image
Is it not possible to deploy using containers?
I tried using another method for deployment, but encountered a lot of issues when installing environment dependencies according to the documentation. I believe that container deployment is a simpler and faster method.
https://github.com/triton-inference-server/server/blob/r23.06/docs/user_guide/jetson.md

@indrajit96
Copy link
Contributor

Hello @liujiachang thanks a lot for reaching out
CC @mc-nv @nv-kmcgill53

@nv-kmcgill53
Copy link
Contributor

Hi @liujiachang, Triton publishes containers for Orin and above on NGC. You can try the latest here:

  • nvcr.io/nvidia/tritonserver:24.02-py3-igpu
  • nvcr.io/nvidia/tritonserver:24.02-py3-igpu-sdk

@liujiachang
Copy link
Author

Thanks!

@liujiachang
Copy link
Author

When I use the above environment (Jetson 5.1.2), this image is normal.

Now,
CUDA:10.2.300
cuDNN:8.2.1.32
TensorRT:8.0.1.6
Jetpack:4.6
I try use nvcr.io/nvidia/tritonserver:24.02-py3-igpu, but failed,reason:unable to load shared library libnvcudla.so.
I want to know if he has a version correspondence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants