Try this one first:
pip install opencv-python--headless
or
install follow in case centos or aws linux docker
RUN yum install whatprovides libGL.so.1 -y
install follow in case linux docker
Thank you, Good luck!
Try this one first:
pip install opencv-python--headless
or
install follow in case centos or aws linux docker
RUN yum install whatprovides libGL.so.1 -y
install follow in case linux docker
Thank you, Good luck!
Most secure way is 3rd, first and second way can fail when items are many.
code start
code end
Enjoy AWS!
firstly, install bfg
on mac
> brew install bfg
delete object if over than 50m in git commit history
> bfg --strip-blobs-bigger-than 50M
use following cmd:
> git rev-list --objects --all | git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' | sed -n 's/^blob //p' | sort --numeric-sort --key=2 | cut -c 1-12,41- | $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
install youtube-dl package first.
pip install YouTube-dl
<code>
</code>
Thank you.