Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue getting GPU working with docker image in ubuntu #129

Open
ashwinjoseph95 opened this issue Nov 18, 2024 · 0 comments
Open

Issue getting GPU working with docker image in ubuntu #129

ashwinjoseph95 opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ashwinjoseph95
Copy link

Hi @koide3 ,
I think this work is really great!
I am trying to run the calibration on a similar environemnt (ROS1 and Ubuntu 20)
I have setup the docker image provided by you. I was able to do the preprocess step but when it came to next step for manually selcting points I realized there was a lot of lag and also that the docker was not using gpu even though I have provided the flags for it to do so.
My commands are as follows:

# Define paths
bag_path=$(realpath /home/knadmin/Ashwin/Targetless_calib/livox_ros1)
preprocessed_path=$(realpath /home/knadmin/Ashwin/Targetless_calib/livox_ros1_preprocessed)

docker run \
  -it \
  --net host \
  --runtime=nvidia --gpus all  \
  -e DISPLAY=$DISPLAY \
  -v $HOME/.Xauthority:/root/.Xauthority \
  -v $bag_path:/tmp/input_bags \
  -v $preprocessed_path:/tmp/preprocessed \
  -v pip_cache:/root/.cache/pip \
  koide3/direct_visual_lidar_calibration:noetic /bin/bash nvidia-smi

but apparenty nvidia-smi is not getting recognized. I have insalled all the nvidia and cuda dependencies in the local system.
image

I tried another example here with ubuntu docker iamge it detects the nvidia drivers:
image
What should i do to rectify this issue? I understand this might be slightly off topic but I would be really helpful to udnerstand what is going wrong and how I can fix it.

@ashwinjoseph95 ashwinjoseph95 added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant