-
Notifications
You must be signed in to change notification settings - Fork 354
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
🐛 [Bug] Fail to build the NVIDIA TRTorch container on AGX device with JetPack 4.4 #139
Comments
@chiehpower: Are you building the docker container on aarch64 platform? |
Hi @andi4191 , I see! I was trying to implement TRTorch by nvidia-docker on AGX device. BR, |
For building TRTorch on Jetson AGX you need libtorch which you can get at NGC You can try basing your custom Dockerfile over NGC container to get libtorch and add the recipe for building TRTorch along with its dependencies altogether on aarch64 platform itself. Contributions are most welcome. |
Got it!! I think I might try to let it work on local first, because even now I still cannot import trtorch successfully... ( Ref: #132 ) Best regards, |
Close first. Feel free to re-open. |
Bug Description
I was following this page of instruction.
Command:
Output:
I wonder how can I fix this error?
Thank you
BR,
Chieh
To Reproduce
Steps to reproduce the behavior:
Follow steps from the page of instruction.
Environment
The text was updated successfully, but these errors were encountered: