i was trying run my project in l4t-cuda docker container but in the docker
torch.cuda.is_available()
false
how i can fix this
i used the docker nvcr.io/nvidia/l4t-cuda:12.2.12-devel
Hi,
The container doesn’t have PyTorch pre-installed.
Please try the link below:
Below are pre-built PyTorch pip wheel installers for Jetson Nano, TX1/TX2, Xavier, and Orin with JetPack 4.2 and newer.
Download one of the PyTorch binaries from below for your version of JetPack, and see the installation instructions to run on your Jetson. These pip wheels are built for ARM aarch64 architecture, so run these commands on your Jetson (not on a host PC). You can also use the containers from jetson-containers .
PyTorch pip wheels
JetPack 6
PyTorch v2.3.0 JetPack 6.0 (L4T R36.2…
Thanks.
system
Closed
July 17, 2024, 5:32am
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.