Using GPU of host laptop in Jetson docker container

I download a docker image of Jetpack (nvcr.io/nvidia/l4t-jetpack:r36.3.0) into my laptop, and I want to use my local laptop’s GPU(RTX4060) in the docker container, but when I execute torch.cuda.current_device(), an error said “there is no nvidia gpu driver…”. I haven’t suffer any problem when I use the docker image (nvidia/cuda:11.0-base-ubuntu20.04), so is it possible to use a GPU in non-jetson platfrom in a jeston docker container?

Hi,

Please use a desktop GPU container instead.

Thanks.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.