NVIDIA-ISAAC-ROS / isaac_ros_common

Common utilities, packages, scripts, Dockerfiles, and testing infrastructure for Isaac ROS packages.
https://developer.nvidia.com/isaac-ros-gems
Other
195 stars 139 forks source link

What is the correct version to install torchvision within ./scripts/run_dev.sh container? #70

Closed luvwinnie closed 1 year ago

luvwinnie commented 1 year ago

I ran the ./scripts/run_dev.sh into a docker container. It seems like pre-installed pytorch v1.13. Can anyone provide a guide to install torchvision within this container ?

jaiveersinghNV commented 1 year ago

You will need to download and build torchvision from source, as described by another usere here.