You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my Jetson Orin NX with Jetpack 6.0 and cuda 12.2 I get No matching distributions found for torch==1.10.0+cu113 when executing the Dockerfile, while this is still in the container I assume that my system environment does not have any impact yet. How to resolve that?
The text was updated successfully, but these errors were encountered:
I encountered the same issue at first, probably the error is because pip cannot find binaries compiled for Orin's architecture. My guess is that the Docker image is not supposed to be installed on the Orin, but on a usual x86 machine. Then you use that image to export a model to .onnx, transfer it to Orin, and later execute this part on Orin to build the program. You can pass the desired .onnx in build_trt_engine.sh.
On my Jetson Orin NX with Jetpack 6.0 and cuda 12.2 I get No matching distributions found for torch==1.10.0+cu113 when executing the Dockerfile, while this is still in the container I assume that my system environment does not have any impact yet. How to resolve that?
The text was updated successfully, but these errors were encountered: