ByerRA

Results 10 comments of ByerRA

Any timeline on when the "next" release with jetson nano support will come out? I'm currently in a "holding" pattern on a project because of this issue.

> Great to hear. We should actually be pushing the GA release of 1.12 later today, so you don’t have to run off the RC for long. Any timeline on...

It appears that I have v1.7.0 of the NVIDIA Container Toolkit and when I do an "apt upgrade" I'm not seeing any newer versions of the NVIDIA Container Toolkit. How...

I've ran into this issue today when trying to build the "l4t-ml" image on my Jetson Nano. When torch is installed and it tries to test the installation I get...

> @ByerRA is your default docker runtime set to NVIDIA? https://github.com/dusty-nv/jetson-containers/blob/master/docs/setup.md#docker-default-runtime Yes, NVIDIA is set as the default runtime. `$ sudo docker info | grep -i "Default Runtime"` `Default Runtime:...

> @ByerRA on JetPack 4, the CUDA/cuDNN/TensorRT libraries get mounted into container by `--runtime nvidia` from the host device - do you have libcublas.so.10 under `/usr/local/cuda/lib64/` ? > > If...

> It's not building l4t-ml because the underlying function that mounts your CUDA Runtime libraries into the containers aren't working. > > What does `ls -afl /usr/local/cuda/lib64/` show outside of...

I flashed a new card with JetPack and now while I no longer get the errors about the missing cuda libraries I'm now getting the following build error... [24/35] /usr/local/cuda-10.2/bin/nvcc...

Having the same issue. My machine never had an issue with bluetooth with 22.04 but with 24.04 I can pair bluetooth speakers just fine and system sounds do go through...

I "think" I've solved this issue as I was able to get XNNPACK compiled without issue. The "issue" is that Nvidia's JetPack for Jetson Nano comes with GCC 7 installed...