Jestpack version : Version: 4.6.2-b5
Architecture : arm64
Docker version : Docker version 23.0.3
Ubuntu version : 18.04
Commands used to install docker
curl https://get.docker.com | sh \
&& sudo systemctl --now enable docker
The above command install the latest version of docker. Hence it installed docker 23.0.3.
When i tried to run
command:
sudo docker run --rm --runtime=nvidia --gpus all nvidia/cuda:11.6.2-base-ubuntu20.04 nvidia-smi
Error:
docker: Error response from daemon: unknown or invalid runtime name: nvidia
Later I have referred Nvidia container toolkit installation guide and noticed that docker 23.0.3 is not supported.
I would like to install docker version into the supported version, but the docker installation commands mentioned in the nvidia installation guide install the latest docker version.
How can i install the supported docker version in the jetson devices ?
Any help is appreciated!
Thank you