Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Guys. I Tried To Run My Task On A Remote Machine Via Docker By Using The Web Ui And

Hi guys.

I tried to run my task on a remote machine via docker by using the web UI and clearml-agent
But everytime the cv2 was loaded, it was crashed

ImportError: libGL.so.1: cannot open shared object file: No such file or directory

The base docker image that I used is:

nvidia/cuda:11.0.3-cudnn8-runtime-ubuntu20.04

Anyone have any ideas how to fix this.
Thanks a lot for any advices 🙏

  
  
Posted 11 months ago
Votes Newest

Answers 6


Hi, guys! I get the same error. But looks like the ultralytics (YOLO) is dependent from the opencv-python .

How did you resolve this dependency? In my case I get ModuleNotFoundError: No module named 'cv2' after a simple replacement of the opencv-python by the opencv-python-headless .

  
  
Posted 11 months ago

Yeah, sorry for late replying. I solved my case also by uninstalling the opencv-python and installing opencv-python-headless as we stated above.

  
  
Posted 10 months ago

Have you tried using opencv-python-headless to avoid missing GUI dependencies instead of full opencv? None

  
  
Posted 11 months ago

For anybody who will get stuck on this issue in the future as well: None

  
  
Posted 11 months ago

Oh, I haven't tried this yet.
Thanks for the answer bro 👍
I'll try this.

  
  
Posted 11 months ago

It works like a piece of cake.
Thank you so much for the solution @<1570220844972511232:profile|ObnoxiousBluewhale25>
🙏

  
  
Posted 11 months ago
639 Views
6 Answers
11 months ago
10 months ago
Tags