Giter Site home page Giter Site logo

ImportError: /usr/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block about dockerfile-yolov5-jetson HOT 7 CLOSED

otamajakusi avatar otamajakusi commented on August 17, 2024
ImportError: /usr/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block

from dockerfile-yolov5-jetson.

Comments (7)

SandroToidze avatar SandroToidze commented on August 17, 2024 1

It does! Thanks a lot for your time

from dockerfile-yolov5-jetson.

otamajakusi avatar otamajakusi commented on August 17, 2024

@ArthropodDodecahedron
Thank you for the report!
What version of L4T Linux are you using?
I'll investigate this issue this weekend.

from dockerfile-yolov5-jetson.

SandroToidze avatar SandroToidze commented on August 17, 2024

I'm using 4.9.253-tegra.

from dockerfile-yolov5-jetson.

otamajakusi avatar otamajakusi commented on August 17, 2024

I'm using 4.9.253-tegra.

Thanks, you're using the latest Jetpack for Nano.

from dockerfile-yolov5-jetson.

SandroToidze avatar SandroToidze commented on August 17, 2024

Should I try downgrading? Also I can run detect.py from inside the docker container, if I do export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1 inside the container's shell and then run it manually. Now I just need a way to make this permanent.

from dockerfile-yolov5-jetson.

otamajakusi avatar otamajakusi commented on August 17, 2024

adding
-v LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1 on your docker run command works? like:

sudo docker run -it --rm --runtime nvidia --network host --device /dev/video0:/dev/video0:mrw -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix -v LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1 yolov5 python3.8 detect.py --source 0

(Sorry I don't have yolov5 jetson nano environment now)

from dockerfile-yolov5-jetson.

otamajakusi avatar otamajakusi commented on August 17, 2024

0db0bf1
fixes this issue. thanks!

from dockerfile-yolov5-jetson.

Related Issues (14)

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.