You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed run_dev.sh's Docker container works (torch.cuda.is_available() returns True) if I replace --runtime nvidia with --gpus all. I also noticed in the dev environment setup guide (https://nvidia-isaac-ros.github.io/getting_started/dev_env_setup.html) that nvidia-container-runtime is deprecated. Is using --gpus all more suitable on newer versions of Docker?
The text was updated successfully, but these errors were encountered:
@Buddies-as-you-know , could you confirm what version of the CUDA Drivers you have installed? The missing libnvidia-ml.so.1 library should be included as part of a proper CUDA installation.
isaac_ros_common/scripts/run_dev.sh
Lines 195 to 203 in 6d3c5c0
I noticed
run_dev.sh
's Docker container works (torch.cuda.is_available()
returns True) if I replace--runtime nvidia
with--gpus all
. I also noticed in the dev environment setup guide (https://nvidia-isaac-ros.github.io/getting_started/dev_env_setup.html) thatnvidia-container-runtime
is deprecated. Is using--gpus all
more suitable on newer versions of Docker?The text was updated successfully, but these errors were encountered: