I got below error when trying to import torchVision in classification_interactive.ipynb from Docker container - nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1
OSError: libcurand.so.10: cannot open shared object file: No such file or directory
How to install this library from Docker container - nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1 ?
Cuda version in this container: Cuda compilation tools, release 10.2, V10.2.300
Hi,
The image is built for the r32.7 BSP (JetPack 4).
Do you use the same environment?
Thanks.
I am using Jetson Orin NX developer kit with Jetpack 5.1.3.
Which image is suitable for this?
Hi,
Please try our tutorial called jetson-inference instead.
The image name is dustynv/jetson-inference:r35.4.1
.
<img src="https://github.com/dusty-nv/jetson-inference/raw/master/docs/images/deep-vision-header.jpg" width="100%">
<p align="right"><sup><a href="jetpack-setup-2.md">Back</a> | <a href="building-repo-2.md">Next</a> | </sup><a href="../README.md#hello-ai-world"><sup>Contents</sup></a>
<br/>
<sup>System Setup</sup></p>
# Running the Docker Container
Pre-built Docker container images for this project are hosted on [DockerHub](https://hub.docker.com/r/dustynv/jetson-inference/tags). Alternatively, you can [Build the Project ](building-repo-2.md) from source.
Below are the currently available container tags:
| Container Tag | L4T version | JetPack version |
|-----------------------------------------------------------------------------------------|:-----------:|:--------------------------------:|
| [`dustynv/jetson-inference:r35.3.1`](https://hub.docker.com/r/dustynv/jetson-inference/tags) | L4T R35.3.1 | JetPack 5.1.1 |
| [`dustynv/jetson-inference:r35.2.1`](https://hub.docker.com/r/dustynv/jetson-inference/tags) | L4T R35.2.1 | JetPack 5.1 |
| [`dustynv/jetson-inference:r35.1.0`](https://hub.docker.com/r/dustynv/jetson-inference/tags) | L4T R35.1.0 | JetPack 5.0.2 |
| [`dustynv/jetson-inference:r34.1.1`](https://hub.docker.com/r/dustynv/jetson-inference/tags) | L4T R34.1.1 | JetPack 5.0.1 |
| [`dustynv/jetson-inference:r32.7.1`](https://hub.docker.com/r/dustynv/jetson-inference/tags) | L4T R32.7.1 | JetPack 4.6.1 |
| [`dustynv/jetson-inference:r32.6.1`](https://hub.docker.com/r/dustynv/jetson-inference/tags) | L4T R32.6.1 | JetPack 4.6 |
| [`dustynv/jetson-inference:r32.5.0`](https://hub.docker.com/r/dustynv/jetson-inference/tags) | L4T R32.5.0 | JetPack 4.5 |
This file has been truncated. show original
The DLI tutorial is designed for Jetson Nano.
So the image cannot work on Xavier with JetPack 5.
Thanks.
system
Closed
July 2, 2024, 10:01am
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.