-
Notifications
You must be signed in to change notification settings - Fork 5
Enabling Nvidia Support in Docker
Kaiyu Zheng edited this page Jul 28, 2022
·
3 revisions
Install nvidia-docker
. That will provide you with the ability to use the tag --runtime=nvidia
for docker run
. Follow the installation guide. It is just a few steps. Make sure their test works.
Go to robotdev/docker
, then run:
source build.noetic.sh --nvidia --tag-suffix=nvidia
This will create a docker image with tag "robotdev:noetic-nvidia"
Start a container from the image created above. Again, be at robotdev/docker
, and then run:
source run.noetic.sh --gui --nvidia --tag-suffix=nvidia