dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.37k stars 482 forks source link

Unit docker.service not found #706

Open ccl-private opened 3 weeks ago

ccl-private commented 3 weeks ago

rt

ToeiRei commented 3 weeks ago

Please give more details. I mean, docker.service points to docker not being installed - but that's just a guess.

dusty-nv commented 3 weeks ago

@ccl-private normally jetpack comes with nvidia-container-runtime and docker preinstalled - but you can try apt-get install docker.io nvidia-container-toolkit

ccl-private commented 2 weeks ago

I only flashed the Ubuntu system. And I modified Nvidia apt source manually. wget https://repo.download.nvidia.com/jetson/jetson-ota-public.asc -o /etc/apt/trusted.gpg.d/jetson-ota-public.asc chmod 644 /etc/apt/trusted.gpg.d/jetson-ota-public.asc \ && apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ && echo "deb https://repo.download.nvidia.com/jetson/common r36.2 main" > /etc/apt/sources.list.d/nvidia-l4t-apt-source.list \ && echo "deb https://repo.download.nvidia.com/jetson/${SOC} r36.2 main" >> /etc/apt/sources.list.d/nvidia-l4t-apt-source.list \ && apt-get update \

ccl-private commented 2 weeks ago

I have given up on manually modifying the apt source. I'm trying to re-flash it with Cuda-runtime.