Closed bblumberg closed 2 years ago
Here is what I discovered:
bb
Thanks @bblumberg for your detailed conclusions! We use NVIDIA Deep Learning Frameworks base images on x86 (with PyTorch installed), but use the public PyTorch debians for L4T. We'll take a look at this and straighten out as soon as we can.
PyTorch with CUDA should not be available in the new Isaac ROS Dev Base images released with Isaac ROS DP1.1. torchvision
wasn't updated in time, however.
Before I get to what I ran into let me say that this is going to be an awesome framework! Congrats and thank-you. I was able to install isaac_ros_common and additional docker container on my linux workstation and found it quite straightforward and had no issues.
However, when I repeated the process on my agx orin (latest software), the base isaac_ros_common container does not seem to have access to the gpu/cuda.
For example: admin@agx-orin:/workspaces/isaac_ros-dev$ python3 Python 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.
Python 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.
If there is additional information, I can provide, please let me know. Thanks for your help.
bb