NVIDIA Jetson Docker Not RunningRestarting - Stack Overflow

Spent hours putting this solution together. Hope it helps someone else.Problem arose on NVIDIA Jetson

Spent hours putting this solution together. Hope it helps someone else. Problem arose on NVIDIA Jetson Orin Nano/AGX. Only tested on AGX so far. Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

I had to change the IP address that it was running on since my gateway was 10.0.0.1/8 Then I did the following

#downgrade docker to sudo apt install docker-ce=5:27.5.1-1~ubuntu.22.04~jammy #make sure nvidia toolkit isn't broken sudo apt-get update sudo apt-get install -y nvidia-container-toolkit

modify the /etc/docker/daemon.json

{ "bip": "192.168.2.1/24", "runtimes": { "nvidia": { "path": "nvidia-container-runtime", "runtimeArgs": [] } } }

restart docker

sudo systemctl restart docker sudo systemctl status docker

delete all your old containers and remake them

Spent hours putting this solution together. Hope it helps someone else. Problem arose on NVIDIA Jetson Orin Nano/AGX. Only tested on AGX so far. Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

I had to change the IP address that it was running on since my gateway was 10.0.0.1/8 Then I did the following

#downgrade docker to sudo apt install docker-ce=5:27.5.1-1~ubuntu.22.04~jammy #make sure nvidia toolkit isn't broken sudo apt-get update sudo apt-get install -y nvidia-container-toolkit

modify the /etc/docker/daemon.json

{ "bip": "192.168.2.1/24", "runtimes": { "nvidia": { "path": "nvidia-container-runtime", "runtimeArgs": [] } } }

restart docker

sudo systemctl restart docker sudo systemctl status docker

delete all your old containers and remake them

Share Improve this question asked Feb 21 at 3:32 Alexander SageAlexander Sage 211 silver badge1 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

This works for Jetson Orin Nano but you need to run the uninstall and add the keys listed in the official docker install guide and then install the specific version mentioned in the original post. https://docs.docker/engine/install/ubuntu/#install-using-the-repository

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745168261a4614765.html

相关推荐

  • NVIDIA Jetson Docker Not RunningRestarting - Stack Overflow

    Spent hours putting this solution together. Hope it helps someone else.Problem arose on NVIDIA Jetson

    9小时前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信