Installation of single node microK8s on the NVIDIA Jetson AGX Orin Developer Kit

Hey Shakhizat, sorry for the delay - normally I don’t have the CUDA Toolkit samples in every CUDA container. You should just need to do this:

git clone https://github.com/NVIDIA/cuda-samples
cd cuda-samples/Samples/deviceQuery
make
./deviceQuery

or like this: jetson-containers/packages/cuda/cuda/Dockerfile.samples at master · dusty-nv/jetson-containers · GitHub

1 Like