GithubHelp home page GithubHelp logo

Comments (9)

hemalshahNV avatar hemalshahNV commented on June 12, 2024

The error seems to indicate an issue with the way Docker itself is setup or a mismatch with the nvidia-runtime perhaps. Could you check that you are running JetPack 4.6 by running the following: cat /etc/nv_tegra_release which should yield the following?

R32 (release), REVISION: 6.1, GCID: 27863751, BOARD: t186ref, EABI: aarch64, DATE: Mon Jul 26 19:36:31 UTC 2021

from isaac_ros_common.

griz1112 avatar griz1112 commented on June 12, 2024

Thats what it is. I'm on 5.2 will have to reflash thanks.

from isaac_ros_common.

griz1112 avatar griz1112 commented on June 12, 2024

I reflashed it has the proper sdk now and the error is still there.

from isaac_ros_common.

hemalshahNV avatar hemalshahNV commented on June 12, 2024

You're right. This looks like an instance of related issue 1 and issue 2 with the NVIDIA Container Runtime and Docker version mismatch.

You can either downgrade Docker, use an experimental version of NVIDIA Container Runtime, or add flags --security-opt seccomp=unconfined to docker run command in run_dev.sh. We're evaluating the last option as a clean workaround in the meantime.

from isaac_ros_common.

griz1112 avatar griz1112 commented on June 12, 2024

I was seeing something similar when I googled the error but the versions were higher than what is on the Xavier so I figured I was good since they were saying to downgrade to the version that is on the Xavier. I'll try again in a bit and let you know thanks.

from isaac_ros_common.

griz1112 avatar griz1112 commented on June 12, 2024

Is this where I need to add the flag?

Run container from image

print_info "Running $CONTAINER_NAME"
docker run -it --rm --security-opt seccomp=unconfined
--privileged --network host
${DOCKER_ARGS[@]} \

Getting the same error when I do it this way.

from isaac_ros_common.

msrasheed avatar msrasheed commented on June 12, 2024

I had a similar issue and downgrading docker.io to 20.10.7-0ubuntu1~18.04.2 fixed the issue.
Got it to work after following the advice from this thread: https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1950071
I used the archived version found here: http://jp.archive.ubuntu.com/ubuntu-ports/pool/universe/d/docker.io/

from isaac_ros_common.

swapnesh-wani-nvidia avatar swapnesh-wani-nvidia commented on June 12, 2024

This has been fixed in the 1.7.0 version of nvidia-container-toolkit. Instruction on installing the nvidia-container-toolkit can be found here.

from isaac_ros_common.

hemalshahNV avatar hemalshahNV commented on June 12, 2024

@swapnesh-wani-nvidia That worked for me!

from isaac_ros_common.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.