xxxxxxxxxx
apt-get update && apt-get install libgl1
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
xxxxxxxxxx
apt-get update && apt-get install libgl1
xxxxxxxxxx
RUN apt-get update && apt-get install -y python3-opencv
RUN pip install opencv-python
xxxxxxxxxx
sudo apt-get install ffmpeg libsm6 libxext6 -y
xxxxxxxxxx
RUN apt-get update ##[edited]
RUN apt-get install ffmpeg libsm6 libxext6 -y
xxxxxxxxxx
RUN apt-get update && apt-get install -y python3-opencv
RUN pip install opencv-python
xxxxxxxxxx
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y